Table of Contents

Enum PathItemType

Namespace
Garyon.Functions
Assembly
Garyon.dll

Represents the type of an item in a path.

public enum PathItemType
Extension Methods

Fields

Directory = 1

Represents a directory.

File = 0

Represents a file.

Volume = 2

Represents a volume.