Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Recursion using FSO
Message
De
17/05/2001 10:41:49
Robert Herrmann
Tx Dept. of Health - Cancer Registry
Austin, Texas, États-Unis
 
 
À
17/05/2001 10:29:09
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00508249
Message ID:
00508302
Vues:
22
>>
>>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

hehe. you forget I work for the state.. some of our computers haven't even gotten out of win95 and some are on win98.. win2k is something completely out of our reach :)

so without that volume info check in place the program will error out though on 2k systems?
Robert Herrmann
Texas Cancer Registry
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform