ITSky8 Posted February 21, 2008 Posted February 21, 2008 Hello! I would like to know how to check a folder in a drive's existing, e.g. Firstly check c:\temp, if the temp folder is created, then don't create the folder of temp, otherwise, use DirCreate("c:\temp") to create the folder. How to check that? Thanks!
weaponx Posted February 21, 2008 Posted February 21, 2008 If NOT FileExists("C:\temp") Then DirCreate("C:\temp")
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now