[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 421
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. When BasePath is not empty (a root node), it is included in the return value followed by a path delimiter and the value in Text (ShortFilename). For a root node, only the value in Text is used.
Trailing path delimiters are not included in the property value for directory nodes, and are not needed for file nodes. 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.
Modified in LCL version 2.2.2 to remove direct access to the internal TSearchRec instance when getting the value for the property.
|
Contains the base path to the file system object in the tree node. |
|
|
Gets the name for the item represented in the tree node. |
|
|
Indicates if the tree node is a directory on the local file system. |
|
|
Text displayed for the tree node. |
Version 4.0 | Generated 2025-05-03 | Home |