[Overview][Types][Classes][Procedures and functions][Index] |
Gets the short file name for the item represented in the tree node.
Source position: shellctrls.pas line 362
public function TShellTreeNode.ShortFilename: string; |
Short file name for the item represented in the tree node.
ShortFilename is a String function used to get the short file name for the item represented in the tree node. ShortFilename tries to get the file name from an internal TSearchRec for the tree node. If the file name is an empty string (''), the name in the search record is used as the return value. ShortFilename does not include path information in the return value.
Use FullFilename to get a complete file name which includes path information for the item represented in the tree node.
|
Gets the full file name including path for the item represented in the tree node. |