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

Server

Parameters

_filePath
Type: FilenameOpen Extended Data Type
A string variable holds the file path.
_filetype
Type: str
A variable holds the Extention of file.

Return Value

Type: FilenameOpen Extended Data Type
Returns the Shared file path.
Show: