I am looking for a C++ routine which will check if a given path can be successfully created on the system? The routine should not actually create a path but return true if the path can be successfully created?
Thanks..
I am looking for a C++ routine which will check if a given path can be successfully created on the system? The routine should not actually create a path but return true if the path can be successfully created?
Thanks..
You can put your code that tries to create the path in a try catch block..