|
-
Oct 19th, 2004, 08:51 AM
#1
Thread Starter
Lively Member
folder exist ???
can someone tell me how i can see if a folder exist or not
is use this to find a file
if len(dir$("login.dat")) > 0 then
i could not find the right script to o the same for a folder
i try't this
if len(mkdir$("login")) > 0 then
but an error shows up then
what's is the right way to do this
Last edited by davyquyo; Oct 19th, 2004 at 09:39 AM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|