Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Recursion using FSO
Message
From
17/05/2001 10:29:09
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
17/05/2001 09:58:25
Robert Herrmann
Tx Dept. of Health - Cancer Registry
Austin, Texas, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00508249
Message ID:
00508296
Views:
26
>
>Hmmm.. I'm missing something here then.. Here's part of what I'm using...
>
FUNCTION RecurseFolderFSO
>LPARAMETER toFolderObject
>WITH toFolderObject
>   FOR EACH oFile IN .Files
>      WITH oFile
>         INSERT INTO filesFSO (Path, Filename, Size, Created, Modified);
>             VALUES (.Path, .Name, .Size, .DateCreated, .DateLastModified)
>      ENDWITH
>   ENDFOR
>   FOR EACH oSubFolder in .SubFolders
>      RecurseFolderFSO(oSubFolder)
>   ENDFOR
>ENDWITH
>
Robert,
As an addition to George, where has 'System Volume Information' check gone ? W/o it you're likely to get this error in all w2k systems (and possibly some others that I don't tested).
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform