Page 1 of 1

is file text.txt a text file?

Posted: Sun Aug 05, 2018 7:01 pm
by sashapont
How I can check that file text.txt is plain text file?

Re: is file text.txt a text file?

Posted: Mon Aug 06, 2018 10:52 pm
by airsoftsoftwair
Checking for a unprintable characters is a typical way of determining whether a file contains binary or text data. IsPrint() could come in handy here.