Various miscellaneous utility functions.
Check if a given file is binary or not.
path – Path to a file to check.
blocksize – Amount of bytes to read for determination.
True if appears to be a binary, otherwise False.
is_binary()