Class SystemExtensions
Provides extension methods that convert System.IO types to Singulink.IO.FileSystem types.
Inherited Members
Namespace: Singulink.IO
Assembly: Singulink.IO.FileSystem.dll
Syntax
public static class SystemExtensions
Methods
Name | Description |
---|---|
ToPath(DirectoryInfo, PathOptions) | Gets the absolute directory path represented by the DirectoryInfo using the specified options. |
ToPath(FileInfo, PathOptions) | Gets the absolute file path represented by the FileInfo using the specified options. |