Skip to content
Snippets Groups Projects
Commit 3d1d4e7c authored by Cory Quammen's avatar Cory Quammen
Browse files

SystemTools: MakeDirectory() reports failure if path is file

If the path passed to MakeDirectory() pointed to an existing file (not
directory), it would return true indicating that the directory was
successfully created even though creation of the directory failed.
Now it returns true only when the existing path is a directory and
returns false otherwise.

Change-Id: Ieb3e6352d63868c824df35f19187a8d396f75296
parent d79a792e
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment