Feb 25, 2004 1 #2 nicsin Programmer Jul 31, 2003 743 GB if dir$(c:\folder\*.*) = "" then 'folder is empty else 'There are files in this folder end if Upvote 0 Downvote
if dir$(c:\folder\*.*) = "" then 'folder is empty else 'There are files in this folder end if
Feb 25, 2004 #3 nicsin Programmer Jul 31, 2003 743 GB ooops: if dir$("c:\folder\*.*" = "" then 'folder is empty else 'There are files in this folder end if Upvote 0 Downvote
ooops: if dir$("c:\folder\*.*" = "" then 'folder is empty else 'There are files in this folder end if
Feb 25, 2004 Thread starter #4 paulparky Programmer Oct 10, 2001 29 PA nice one nicsin - star on it's way Upvote 0 Downvote