Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Getfile() ???
Message
From
08/03/2005 08:41:55
 
 
To
08/03/2005 08:35:39
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Environment versions
Visual FoxPro:
VFP 6 SP5
OS:
Windows 2000 SP4
Network:
Windows 2000 Pro
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00993591
Message ID:
00993596
Views:
13
>Hello All,
>
>The getfile() function is handy in coding but is there any way to force it to initially look at a specific directory?
>
>Thanks,
>Allen

Allen,

Something like this ?
FolderStart = '\tmp'
FolderCurrent = curdir()
cd (m.FolderStart)
aa=getfile()
cd (m.FolderCurrent)
?aa
Gregory
Previous
Reply
Map
View

Click here to load this message in the networking platform