mirror of
https://github.com/n00mkrad/flowframes.git
synced 2025-12-25 04:39:25 +01:00
rt test
This commit is contained in:
@@ -756,6 +756,9 @@ namespace Flowframes.IO
|
||||
|
||||
public static bool CreateDir (string path) // Returns whether the dir already existed
|
||||
{
|
||||
if (string.IsNullOrWhiteSpace(path))
|
||||
return false;
|
||||
|
||||
if (!Directory.Exists(path))
|
||||
{
|
||||
Directory.CreateDirectory(path);
|
||||
|
||||
Reference in New Issue
Block a user