...
Code Block | ||||
---|---|---|---|---|
| ||||
FUNCTION xpxCopyLargeObject (sourceLargeObjectId : GENERIC;
sourceFileName : STRING;
targetLargeObjectId : GENERIC;
targetFileName : STRING)
status : INTEGER;
|
The xpxCopyLargeObject function copies a file from the source destination to the target destination. Can be combined with xpxSetUtf8EncodedFileNames, can also copy files using their alias (mapped) names.
Arguments
...
Type | Name | Comment |
GENERIC | sourceLargeObjectId | optional attribute value of _FILE type - source of the copy |
STRING | sourceFileName | another option for source file - file name (may be mapped alias) |
GENERIC | targetLargeObjectId | optional attribute value of _FILE type - target of the copy |
STRING | targetFileName | another option for target file - file name (may be mapped alias) |
Return Value
...
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Options
...
Example
...
Code Block | ||
---|---|---|
| ||
<Missing Example> |
See also
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|