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 CarbonMacOS X CocoaUnsupported Platforms:
Win32 - WindowsLinux x86
See Also
GlobalMethods Global