Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can I recognize a file to delete
Message
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00573345
Message ID:
00573377
Views:
26
>Did you want to say something? :)
>
Yes, and I said: lnFiles=ADIR(laFiles,"*.*") at the end of the message :)

>>>>1. You can use ADIR() function to get a list of the files in the specified directory into array.
>>>>
>>>>2. You can split first field into two fields 160 characters long for import and than join them again during processing. You can use a memo field to store it after processing.
>>>
>>>Thanx for the responce Sergey...
>>>ADIR sounds like what I want
>>>I am on a new workstation which does not contain help files until next week
>>>
>>>I have-to ask
>>>When I
>>>? ADIR(*.*)
>>>I get 'function name is missing'
>>>What's the correct way to use this function?
>>>
>>>So after an FREAD() [I think that's it) I can partition the line in two and put it back together for fwrite() right?
>>lnFiles=ADIR(laFiles,"*.*")
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform