Renci.SshNet.Common.PosixPath
Represents a POSIX path.
namespace Renci.SshNet.Common
{
internal sealed class PosixPath
{
public string Directory { get; }
public string File { get; }
public static PosixPath CreateAbsoluteOrRelativeFilePath(string path);
public static string GetFileName(string path);
public static string GetDirectoryName(string path);
}
}