aspose.cells

Class DirectoryType

Utility class containing constants. Represents the directory type of the file name.

Field Summary
const  NumberVOLUME
Represents an MS-DOS drive letter. It is followed by the drive letter. Or UNC file names, such as \\server\share\myfile.xls
const  NumberSAME_VOLUME
Indicates that the source workbook is on the same drive as the dependent workbook (the drive letter is omitted)
const  NumberDOWN_DIRECTORY
Indicates that the source workbook is in a subdirectory of the current directory.
const  NumberUP_DIRECTORY
Indicates that the source workbook is in the parent directory of the current directory.
 

    • Field Detail

      • VOLUME

        const Number VOLUME
        Represents an MS-DOS drive letter. It is followed by the drive letter. Or UNC file names, such as \\server\share\myfile.xls
      • SAME_VOLUME

        const Number SAME_VOLUME
        Indicates that the source workbook is on the same drive as the dependent workbook (the drive letter is omitted)
      • DOWN_DIRECTORY

        const Number DOWN_DIRECTORY
        Indicates that the source workbook is in a subdirectory of the current directory.
      • UP_DIRECTORY

        const Number UP_DIRECTORY
        Indicates that the source workbook is in the parent directory of the current directory.