<FileNode> Data Interface

Provides script language access to C++ objects of this type.

Class HierarchyType » Node » Group » FileNode

Function Members

Function members are as follows:

Return Type Function Name Documentation
stringResolveFilePathReturns the absolute path of the resource referred to by the <FileNode>. If this object's FolderResolution value is FolderResolution_None, or FolderResolution_CurrentDocument, then path resolution is performed relative to the location of the document containing this object. Otherwise, path resolution is performed using the folder specified by the FolderResolution parameter.

Object Members

Object members are as follows:

Type Name Accessor Name Documentation
stringBaseDirGets or sets the value of the base directory. If set to a valid directory string, when the <FileNode> object's FilePath value is relative, the FilePath value will be resolved to this path instead of the path of the document in which the <FileNode> is resident.
stringFileExtensionFilterGets or sets the file extension filter string. For example: .bmp, .png, .box.
stringFilePathGets or sets the file path parameter. This parameter refers to the absolute ( C:\ ) or relative ( ..\ ) path of a file on the hard disk.
int32FolderResolutionSets or gets the FolderResolution parameter. This refers to the FolderResolution enumeration. Please see TYPE_SERVICE_ENUMERATION_UTIL.SSL in the application scripts folder for more information.
stringPathToFileThis data member sets or gets the FilePath parameter. This parameter refers to the absolute ( C: ) or relative ( ..\ ) path of a file on the hard disk.