Page 1 of 1

MakeSureDirectoryPathExists()

Posted: Fri Oct 19, 2007 4:11 pm
by DoubleDutch

Code: Select all

result=MakeSureDirectoryPathExists(path$)
Check to see if the path exists, if it doesn't then create it.

This is part of the Windows API, but it's very useful and I'm sure it would benefit the other systems too. Can it be made part of the native filesystem library?