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