Share

AcFILE::getExpandLF

C++

bool getExpandLF() const;

Description

Used to determine if new line characters (n) should be expanded to carriage return-linefeed (rn) character pairs when writing the file.

New line expansion is turned on by default for AcFILE objects. However, the caller can choose to change this behavior by calling setExpandLF().

This method returns true if expansion of new line characters is turned on, or false otherwise.

Links

AcFILE

Was this information helpful?