in reply to Re: Trying to write a subroutine to return if file is Text or Binary in thread Trying to write a subroutine to return if file is Text or Binary
Thank you all for the quick replies. After posting this I realized how I was completely overlooking the fact that it is still considered text even putting zeroes and ones in the file.
Essentially all I wanted was it to return text file if sending something like a .txt doc or something similar and return binary file IF a binary file was sent to it and it works like a charm. Again, thanks all
|