Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
COPY FILE adds folder to path
Message
From
03/03/2021 21:36:34
 
 
To
03/03/2021 14:39:50
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01678721
Message ID:
01678740
Views:
43
Likes (1)
My guess is that the file that you are trying to copy is also a file in the project (same name). The file you have is a report file (FRX) and I guess that your project structure contains this file in a sub-directory "Reports". In the project file, it stores the path relative to the base directory containing the PJX file. So it would store as:

..\Reports\MyFile.FRX

If the 'Reports' directory exists as a sub-directory from your project file. During execution of the built project, VFP will always use the file included in the build regardless of the path that you give. So I am guessing that the copy command is being 'hijacked' by this and the relative path is being set to your variable.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform