I have been asked to create a script that will allow users to create directories in a jobnumber - clientname format. No problem. I created checking to see whether the directory has already been created to stop users doing it more than once. No problem. My problem is I have been asked to make it so it checks if a directory has been created using just the jobnumber regardless of clientname (as no one job number can have more than one clientname). Not sure of a way round this as, as far as I know, I can't use wildcards with the FolderExists method. Any help would be appreciated.