Share via


SysFileDeployment.destinationPath Method [AX 2012]

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);  
} 

See Also

SysFileDeployment Class

SysFileDeployment.filename Method

SysFileDeployment.sourcePath Method