VenusLibraryDocumentation
/
VenusLibraryDocumentation-DocsForGPT
/docs
/source
/ConvertFileToASCII.rst
| Convert File To ASCII | |
| ========================================= | |
| https://github.com/theonetruenerd/VenusPackages/blob/main/ConvertFileToASCII.pkg | |
| The Convert File to ASCII library adds the ability to convert Hamilton files to ASCII files. The function it adds is: | |
| - :ven:func:`ConvertFileToASCII` | |
| .. ven:function:: ConvertFileToASCII(variable i_Str_SourceFile) | |
| This function converts files from binary to ASCII. The file must be a Hamilton file. | |
| :params i_Str_SourceFile: The path to the file which is being converted. | |
| :type i_Str_SourceFile: Variable | |
| :return: None | |
| :rtype: N/A | |