D
DartGuru
If I use the following code...
Dim Fso As Scripting.FileSystemObject
Set Fso = New Scripting.FileSystemObject
Fso.CopyFolder sOriginalFolder, sBackupFolder
Set Fso = Nothing
I occassionally get a permission denied error if someone has any files
in "sOriginalFolder" open.
Are there any functions that tell me exactly WHO has the file open (so
I can go and pester them to clsoe it down)?
TIA
Dim Fso As Scripting.FileSystemObject
Set Fso = New Scripting.FileSystemObject
Fso.CopyFolder sOriginalFolder, sBackupFolder
Set Fso = Nothing
I occassionally get a permission denied error if someone has any files
in "sOriginalFolder" open.
Are there any functions that tell me exactly WHO has the file open (so
I can go and pester them to clsoe it down)?
TIA