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.
Override this method if you do not want the file copied into the bin directory.
Syntax
protected FilenameSave destinationPath()
Run On
Called
Return Value
Type: FilenameSave Extended Data Type
FilenameSave data type.
Examples
protected FileNameSave destinationPath()
{
return xInfo::directory(DirectoryType::Share);
}