[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'ShellCtrls' (#lcl)

TShellTreeNode.FullFilename

Gets the full file name including path for the item represented in the tree node.

Declaration

Source position: shellctrls.pas line 363

public function TShellTreeNode.FullFilename: string;

Function result

The full path and name for the file system object.

Description

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.

See also

TShellTreeNode.BasePath

  

Contains the path to the file system object in the tree node.

TShellTreeNode.ShortFilename

  

Gets the short file name for the item represented in the tree node.

TShellTreeNode.IsDirectory

  

Indicates if the tree node is a directory on the local file system.