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.
Returns the destination path of the file, which is the path where the file is copied to.
Syntax
protected abstract FilenameSave destinationPath()
Run On
Called
Return Value
Type: FilenameSave Extended Data Type
The destination path of the file.
Examples
protected FileNameSave destinationPath()
{
return xInfo::directory(DirectoryType::Bin);
}