mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-02-16 13:15:07 +00:00
Exposing IcdFile.Create(path) method
This commit is contained in:
@@ -83,5 +83,11 @@ namespace ICD.Common.Utils.IO
|
|||||||
{
|
{
|
||||||
return File.GetCreationTime(path);
|
return File.GetCreationTime(path);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[PublicAPI]
|
||||||
|
public static IcdFileStream Create(string path)
|
||||||
|
{
|
||||||
|
return new IcdFileStream(File.Create(path));
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user