[Extension()] public static IAbsoluteFilePath ToAbsoluteFilePath( string pathString )
Parameters
- pathString
- Represents the path.
[Extension()] public static IAbsoluteFilePath ToAbsoluteFilePath( string pathString )
Exception | Description |
---|---|
System.ArgumentNullException | pathString is null. |
System.ArgumentException | pathString is empty or doesn't represents a valid absolute file path. |
Target Platforms: Windows 11, 10, 8, 7 and Linux, MacOS with net8.0, net7.0 or net6.0 installed