[Gregor.Core.FileSystem.PathExistance]

Gregor.Core.FileSystem.PathExistance

Saturday, September 15, 2007

Defined in Gregor.Core, namespace Gregor.Core.FileSystem.

Details

public enum Gregor.Core.FileSystem.PathExistance

: System.Enum, System.IComparable, System.IFormattable, System.IConvertible

Custom Attributes: 

Description: 


Members

File

public const Gregor.Core.FileSystem.PathExistance File = 2

Custom Attributes: 

Description: 

Folder

public const Gregor.Core.FileSystem.PathExistance Folder = 1

Custom Attributes: 

Description: 

NoneExistant

public const Gregor.Core.FileSystem.PathExistance NoneExistant = 0

Custom Attributes: 

Description: 

value__

public System.Int32 value__

Custom Attributes: 

Description: 


See Also

System.Enum

System.IComparable

System.IConvertible

System.IFormattable

System.Int32

Gregor.Core.FileSystem.PathExistance