Table of Contents

Class FilePath

Namespace
Shift.Common
Assembly
Shift.Common.dll
public class FilePath
Inheritance
FilePath
Inherited Members
Extension Methods

Constructors

FilePath(string)

public FilePath(string path)

Parameters

path string

Properties

FileExtension

public string FileExtension { get; set; }

Property Value

string

FileName

public string FileName { get; set; }

Property Value

string

PathType

public FilePathType PathType { get; set; }

Property Value

FilePathType