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