FileLib Xojo and Real Studio plugin |
|
GetFolderItemID Method
To get a file or folder id use the GetFolderItemID function.
GetFolderItemID(
f as FolderItem) as Integer
Parameters
- f
- A valid FolderItem.
Returns
- Integer
Remarks
Returns: A file or folder ID, or 0 if there was an error.
Supported Platforms:
MacOS X CarbonMacOS X CocoaLinux x86Unsupported Platforms:
Win32 - Windows
See Also
GlobalMethods Global