[CreateDirectory]Return error code for failure.
Posted: Mon Mar 26, 2018 3:02 pm
Because FileSize() returns false positives if rejected characters in pathname,
it falls back to CreateDirectory() or api call to SHCreateDirectory_() to know for certain if a path exists?
Or since FileSize() returns codes, maybe a new error code can be created?
EDIT: PathFileExists_(Fpathname$) does not return false positives if wildcard characters in Fpathname$.
it falls back to CreateDirectory() or api call to SHCreateDirectory_() to know for certain if a path exists?
Or since FileSize() returns codes, maybe a new error code can be created?
EDIT: PathFileExists_(Fpathname$) does not return false positives if wildcard characters in Fpathname$.