[Overview][Types][Classes][Procedures and functions][Index] |
Gets the full file name including path for the item represented in the tree node.
Source position: shellctrls.pas line 363
public function TShellTreeNode.FullFilename: string; |
The full path and name for the file system object.
FullFilename is a String function used to get the full path and name for the file system object represented by the tree node. FullFilename includes the value in BasePath when it is available, and the name from the TSearchRec for the tree node. For directory and/or device nodes, the return value does not include a trailing path delimiter. On Windows platforms (other than WinCE), device identifiers (like 'C:') are modified to include a trailing path delimiter ('C:\').
Use ShortFilename to get the name for the tree node without path information.
|
Contains the path to the file system object in the tree node. |
|
|
Gets the short file name for the item represented in the tree node. |
|
|
Indicates if the tree node is a directory on the local file system. |