Functionsยง
- binary_
file_ message - Returns a helpful error message for binary files, including file type and suggestions.
- is_
binary_ file - Returns
trueif the file is likely a binary file. Checks extension first (zero I/O), falls back to content inspection.