mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-02-12 19:25:00 +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);
|
||||
}
|
||||
|
||||
[PublicAPI]
|
||||
public static IcdFileStream Create(string path)
|
||||
{
|
||||
return new IcdFileStream(File.Create(path));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user