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:

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.

Returns:

None

Return type:

N/A