DirectoryType Enum

DirectoryType Enum

Represents the directory type of the file name.


type DirectoryType int32

Fields

FieldDescription
VolumeRepresents an MS-DOS drive letter. It is followed by the drive letter.Or UNC file names, such as \server\share\myfile.xls
SameVolumeIndicates that the source workbook is on the same drive as the dependent workbook (the drive letter is omitted)
DownDirectoryIndicates that the source workbook is in a subdirectory of the current directory.
UpDirectoryIndicates that the source workbook is in the parent directory of the current directory.