Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Directory Object?
Message
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Miscellaneous
Thread ID:
00606134
Message ID:
00606153
Views:
18
>Hey all,
>
>I need to create a file sync application that will FTP newer files to a client. Is there a file or directory object I can use to list file information under a directory, or must I reinvent the wheel and use ADIR() and LOOPs?
>
>Thanks!
>
John,

It depends on the information required. The advantage to ADIR() is that it allows you to provide a file skeleton. You could use the Windows Script Host's Scripting.FileSystem object which can generate both file and directory objects. Unfortunately, it provides no way to filter the results like ADIR().
George

Ubi caritas et amor, deus ibi est
Previous
Reply
Map
View

Click here to load this message in the networking platform