Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
NUMBER OF FILES IN A DIRECTORY
Message
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00344120
Message ID:
00344231
Views:
36
Hi Larry,

>> Does anyone know the command for finding out the total number of a directory ? Thanks.
>
>ADir() will work but Ed's enthusiasm has infected most of us. You could use the Scripting.FileSystemObject.
>
oFS = createobject("scripting.FileSystemObject")
>oFolder = oFS.GetFolder("\")
>return oFolder.Files.Count+oFolder.SubFolders.Count
>
>This will return the number of files and subdirectories in the specified directory.

How can I find help about all properties and methods of scripting.FileSystemObject

I used your program and it returns 9, 5 Files and 4 SubFolders. Now I'm trying to understand, which folder it used, how can I specify parameters, which folder to look and how can I print all file names in this directory and subfolders too.
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