functions/create/create_file library

Functions

createFile({required String path, required String name, required String command, required Sample sample, String? folderName}) File
replacePathTypeSeparator(String path, String separator) String
writeFile(String path, String content, {bool overwrite = false, bool logger = true}) File