Hello,
I need to find a way to find out if a file is binary or not. I looked for some built in functions, but did not find any? Is there a way to find out if a file is binary?
Bill
All files are binary, but some contain only ASCII characters.
What is your definition of a binary file, or rather, what qualifies as 'not binary'?