Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
MD through a WinAPI Call
Message
 
À
06/12/2001 12:23:50
Dennis Little
Ist Choice Travel
Glos, Royaume Uni
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Divers
Thread ID:
00590631
Message ID:
00590676
Vues:
30
>I have mislaid and subsequently have been unable to find, an article/download/FAQ etc which enabled a user to create a folder through, I believe :-
>
>oShellObj = CREATEOBJECT('Shell.Application')
>
>Any pointers would be appreciated.
>
>TIA
>
>Dennis
oFSO = CREATEOBJECT( "Scripting.FileSystemObject" )
IF NOT oFSO.FolderExists( "c:\foxtemp" )
     oFSO.CreateFolder( "c:\foxtemp" )
ENDIF
oFSO = .NULL.
RELEASE oFSO
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform