Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
File System Object
Message
De
22/03/1999 20:50:49
 
 
À
22/03/1999 11:59:25
Bob Lucas
The WordWare Agency
Alberta, Canada
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00200518
Message ID:
00200765
Vues:
8
>I was doing a little coding in VB on the weekend, trying to simulate ADIR and other functions when I came across the File System Object.
>
>This object model of the file system, which also has methods to move and delete and rename files etc. is very elegant and works well in VFP.
>
>Here is a minor sample of what I mean. Change the path in GetFolder to one that exists on your own system.
>
>hide windows all
>clear
>
>fso = CreateObject("Scripting.FileSystemObject")
>fldr = fso.GetFolder("e:\vfp")
>? "path is: " + fldr.path
>? "Folder name is: " + fldr.name
>
>for each mfile in fldr.files
> ? "File name is : " + PADR(mfile.name, 40) + " " + str(mfile.size)
>endfor
>
>?
>? "Folders found in this directory:"
>For Each mfolder in fldr.subfolders
> ? mfolder.name
>endfor




I fail to do this code:
fso = CreateObject("Scripting.FileSystemObject")

What should I install to make it works!?

e.g. if install MS Office can make: CreateObject("Word.Basic")
The weak wait for chance, The strong bid for chance,
The clever notch up chance, but The merciful give you chance.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform