File size: 805 Bytes
44efec5 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
RemoveTextDelimitersFromAsciiTextFile
===============================
https://github.com/theonetruenerd/VenusPackages/blob/main/RemoveTextDelimitersFromAsciiTextFile.pkg
The RemoveTextDelimitersFromAsciiFile library adds a single function which edits a file to remove all delimiters from the Ascii file at the given file path.
- :ven:func:`RemoveTextDelimitersFromAsciiTextFile`
.. ven:function:: RemoveTextDelimitersFromAsciiTextFile(variable fileName)
This function removes any text delimiters from the Ascii text file at the specified file path. It edits the file rather than outputting a copy.
:params fileName: The file path of the text file to be edited
:type fileName: Variable
:return: Boolean of whether the text file was found (hslTrue) or not found (hslFalse)
:rtype: Boolean
|