com.aspose.cells
Class DirectoryType

java.lang.Object
    extended by com.aspose.cells.DirectoryType

public class DirectoryType 
extends java.lang.Object

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

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

Field Detail

VOLUME

public static final int 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

public static final int SAME_VOLUME
Indicates that the source workbook is on the same drive as the dependent workbook (the drive letter is omitted)

DOWN_DIRECTORY

public static final int DOWN_DIRECTORY
Indicates that the source workbook is in a subdirectory of the current directory.

UP_DIRECTORY

public static final int UP_DIRECTORY
Indicates that the source workbook is in the parent directory of the current directory.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.