Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Set working directory

Status
Not open for further replies.

corona03

Programmer
Joined
Jun 21, 2002
Messages
5
Location
US
I'm trying to change the working directory when a form opens.
setWorkingDir(":W\\Instore\\Event\\")
The working directory is not changing. Does anyone have any ideas?
Thank you.
 
Should it not be
setWorkingDir("W:\\Instore\\Event")
i.e. no trailing backslash. Also check the position of the colon (maybe just a typo in the post).
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top