DMFStagingWriter::getFilePathwithExtension Method [AX 2012]
This method is used to get file path with extension.
server public static FilenameOpen getFilePathwithExtension(FilenameOpen _filePath, str _filetype)
Run On
ServerParameters
- _filePath
- Type: FilenameOpen Extended Data Type
A string variable holds the file path.
- _filetype
- Type: str
A variable holds the Extention of file.
Show: