A
atse
Hi,
How can I know whether a folder is empty using FileSystemObject? Thanks.
Atse
How can I know whether a folder is empty using FileSystemObject? Thanks.
Atse
Ray at said:Set oFSO = Server.CreateObject("Scripting.FileSystemObject")
bDirIsEmpty =
Server.CreateObject("Scripting.FileSystemObject").GetFolder("C:\path").Files
.Count = 0
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.