FileLib Plugin

CreateFolderItem Method

To create a FolderItem from a given Volume Reference number and a file or directory ID, use the CreateFolderItem function.

CreateFolderItem(
   vRefNum as Integer,
   ID as Integer) as FolderItem

Parameters

vRefNum
Volume reference number.
ID
File or parent directory ID.

Returns

FolderItem

Remarks

Returns: A FolderItem or nil if there was an error.

Supported Platforms:

  • MacOS X PPC - (Mach-O)
  • MacOS X Universal Binary (Mach-O)
  • MacOS X Cocoa Universal Binary (Mach-O)

    Unsupported Platforms:

  • Win32 - Windows
  • Linux x86

    See Also

    GlobalMethods Global