mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-02-15 20:54:58 +00:00
feat: Exposing OpenRead method in IcdFile
This commit is contained in:
@@ -66,6 +66,11 @@ namespace ICD.Common.Utils.IO
|
|||||||
File.Delete(path);
|
File.Delete(path);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public static IcdStream OpenRead(string path)
|
||||||
|
{
|
||||||
|
return new IcdFileStream(File.OpenRead(path));
|
||||||
|
}
|
||||||
|
|
||||||
[PublicAPI]
|
[PublicAPI]
|
||||||
public static IcdFileStream OpenWrite(string path)
|
public static IcdFileStream OpenWrite(string path)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user