Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to capture the filename
Message
 
 
To
02/05/2009 04:19:31
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
01397594
Message ID:
01397610
Views:
55
You can us ADIR() to get the list of files.
lcFolder = "c:\sendme"
lnFileCounrt = ADIR(laFileList, ADDBS(lcFolder) + "*.*")
>how to capture the filename from the particular folder with VFP command?
>
>eg: c:\sendme\readme.txt
> c:\sendme\manual.txt
>
>the files in the c:\sendme can be any name.
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform