Ask a Question related to ASP, Design and Development.
-
atse #1
empty folder
Hi,
How can I know whether a folder is empty using FileSystemObject? Thanks.
Atse
atse Guest
-
#26380 [Opn]: empty($SimpleXMLObject) doesn't return true when empty
ID: 26380 User updated by: bart at mediawave dot nl -Summary: Find out whether an object is empty Reported By: bart... -
determine a empty folder
Hi, I still don't know how to determine a empty folder. Can you tell me more detail? thanks Atse "Ray at <%=sLocation%>" <myfirstname at... -
#25885 [Opn->Csd]: mail() causes apache2 to crash when message is empty, and headers is non-empty
ID: 25885 Updated by: sniper@php.net Reported By: ben at krackeler dot com -Status: Open +Status: ... -
#25885 [NEW]: mail() causes apache2 to crash when message is empty, and headers is non-empty
From: ben at krackeler dot com Operating system: WinXP PHP version: 4.3.3 PHP Bug Type: Mail related Bug description: ... -
Folders associated with actions won't show Folder is Empty in XP
probably thumbs.db. make sure you can see hidden files. turn it on in windows explorer> tools> view -
Ray at #2
Re: empty folder
Set oFSO = Server.CreateObject("Scripting.FileSystemObject")
bDirIsEmpty =
Server.CreateObject("Scripting.FileSystemObject"). GetFolder("C:\path").Files
..Count = 0
Ray at work
"atse" <dunggaze@yahoo.com> wrote in message
news:11ijb.117200$ko%.114363@news04.bloor.is.net.c able.rogers.com...> Hi,
>
> How can I know whether a folder is empty using FileSystemObject? Thanks.
>
> Atse
>
>
Ray at Guest
-
atse #3
Re: empty folder
Thanks, Ray. Any idea with the previous question regarding "import txt into
database"?
"Ray at <%=sLocation%>" <myfirstname at lane34 dot com> wrote in message
news:OriKxw1kDHA.2272@tk2msftngp13.phx.gbl...Server.CreateObject("Scripting.FileSystemObject"). GetFolder("C:\path").Files> Set oFSO = Server.CreateObject("Scripting.FileSystemObject")
>
> bDirIsEmpty =
>> .Count = 0
>
> Ray at work
>
> "atse" <dunggaze@yahoo.com> wrote in message
> news:11ijb.117200$ko%.114363@news04.bloor.is.net.c able.rogers.com...>> > Hi,
> >
> > How can I know whether a folder is empty using FileSystemObject? Thanks.
> >
> > Atse
> >
> >
>
atse Guest
-
atse #4
Re: empty folder
"Ray at <%=sLocation%>" <myfirstname at lane34 dot com> wrote in message
news:OriKxw1kDHA.2272@tk2msftngp13.phx.gbl...Server.CreateObject("Scripting.FileSystemObject"). GetFolder("C:\path").Files> Set oFSO = Server.CreateObject("Scripting.FileSystemObject")
>
> bDirIsEmpty =
>I don't know how to determine this folder is empty by these code?> .Count = 0
> Ray at work
>
> "atse" <dunggaze@yahoo.com> wrote in message
> news:11ijb.117200$ko%.114363@news04.bloor.is.net.c able.rogers.com...>> > Hi,
> >
> > How can I know whether a folder is empty using FileSystemObject? Thanks.
> >
> > Atse
> >
> >
>
atse Guest



Reply With Quote

