DirectoryType enumeration

DirectoryType enumeration

Represents the directory type of the file name.

The DirectoryType type exposes the following members:

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
SAME_VOLUMEIndicates that the source workbook is on the same drive as the dependent workbook (the drive letter is omitted)
DOWN_DIRECTORYIndicates that the source workbook is in a subdirectory of the current directory.
UP_DIRECTORYIndicates that the source workbook is in the parent directory of the current directory.

See Also