|
-
Dec 9th, 1999, 03:02 PM
#2
Lively Member
A project defaults to the current directory it was started in unless you create a shortcut to the program and specify a startup directory.
Therefore somthing like
FileCopy "MyFile.Txt", "C:\Program Files\MyFile.Txt"
Should just work
If you're having problems with the initial directory being different then add the following line to the Form_Load Sub
ChDir App.Path
This sets the current path to the application location.
Hope this helps,
Steve.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|