DMFStagingWriter::compressCopyFile Method [AX 2012]

Compresses the copied file.

client public static boolean compressCopyFile(
    str _fileName, 
    str _newFileName, 
   [boolean _overwrite])

Run On

Client

Parameters

_fileName
Type: str
The filename.
_newFileName
Type: str
Filename of compressed file.
_overwrite
Type: boolean
Disable overwriting.

Return Value

Type: boolean
Returns the flag after compression is successful.
Show: