FileExt Class
File extensions.
Inheritance Hierarchy
System.Object
UltimateXR.Extensions.System.IO.FileExt
Namespace: UltimateXR.Extensions.System.IO
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0
Syntax
C#
public static class FileExt
The FileExt type exposes the following members.
Methods
Name | Description | |
---|---|---|
Read |
Reads bytes from a file asynchronously. Multiple file locations are supported:
| |
ReadText |
Reads text from a file asynchronously. Multiple file locations are supported:
| |
TryReadText |
Reads text from a file asynchronously. Multiple file locations are supported:
| |
Write(Byte[], String, CancellationToken) | Asynchronously writes an Array of Byte to a file at path. | |
Write(String, Stream, CancellationToken) | Asynchronously writes the content of an sourceStream to a file at path. | |
WriteText | Asynchronously writes text to a file location. |