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: - :py:func:`ConvertFileToASCII` .. py: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