for user
static File userFile({String? file, String? ext, String? dir}) { return makeFile(dirDocument, file: file, ext: ext, dir: dir); }