Renci.SshNet.Common.PosixPath
class PosixPath
namespace Renci.SshNet.Common
{
internal 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);
public PosixPath();
}
}