Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
FSO OLE Error Code
Message
De
17/12/2001 16:13:07
 
 
À
17/12/2001 16:11:31
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Divers
Thread ID:
00595266
Message ID:
00595347
Vues:
55
This message has been marked as a message which has helped to the initial question of the thread.
>>
>>I get a "Error 70, Permission is denied"
>
>Ah, that's useful - I was wondering about permissions. For example, in W2K there is a folder "C:\System Volume Information" to which one has no access - even as Administrator. Sure enough, if I do
oFSO = CREATEOBJECT("Scripting.FileSystemObject") && OK
>oFolder = oFSO.GetFolder("C:\System Volume Information") && OK
>?oFolder.Size && Same error
The code I used was:
Dim oFolder As Scripting.Folder
Dim oFSO As Scripting.FileSystemObject
Set oFSO = New Scripting.FileSystemObject
Set oFolder = oFSO.GetFolder("C:\")
MsgBox oFolder.Size
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform