utils/is_text_file library
Check if a file is a text file. Copyright (C) 2025, Software Innovation Institute, ANU
Licensed under the GNU General Public License, Version 3 (the "License");
License: https://www.gnu.org/licenses/gpl-3.0.en.html
Authors: Ashley Tang
Properties
-
textFileExtensions
→ List<
String> -
final
Functions
-
isTextFile(
String filePath) → bool - Checks if a file is a text file based on its extension.