for app
static File appFile({String? file, String? ext, String? dir}) { return makeFile(dirSupport, file: file, ext: ext, dir: dir); }