Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Exports the specified resource to the specified path, if the file does not yet exist.
Syntax
private boolean exportResourceAsFile(ResourceName _resourceName, Filename _path)
Run On
Called
Parameters
- _resourceName
Type: ResourceName Extended Data Type
The name of the resource to export.
- _path
Type: Filename Extended Data Type
The path to export the resource to.
Return Value
Type: boolean
true if the target file already exists; otherwise, false.