writeAscii ========== :doc:`/types/File/index`::writeAscii Writes ASCII data to a file. Declaration ----------- .. code-block:: cpp static void writeAscii(const std::string& filePath, const std::string& content); Parameters ---------- .. list-table:: :width: 100% :header-rows: 1 :class: code-table * - Name - Type - Description * - filePath - const `std::string `_\& - The path to the file to write to. * - content - const `std::string `_\& - The content to write to the file. Returns ------- None.