FileLib Xojo and Real Studio plugin

FSpExchangeFiles Method

To swap file's data use the FSpExchangeFiles function

FSpExchangeFiles(
   source as FolderItem,
   dest as FolderItem) as Integer

Parameters

source
FolderItem value to identify the source file.
dest
FolderItem value to identify the destination file.

Returns

Integer

Remarks

Returns Error code, 0 = no error.

Supported Platforms:

  • MacOS X Carbon
  • MacOS X Cocoa

    Unsupported Platforms:

  • Win32 - Windows
  • Linux x86

    See Also

    GlobalMethods Global