mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-04-12 12:07:05 +00:00
Exposing IcdFile.Create(path) method
This commit is contained in:
parent
250c8a354f
commit
60b4f76123
1 changed files with 6 additions and 0 deletions
|
|
@ -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));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue