FieldSize is an option for InputField, PopupMenu, and related functions that specifies the size of the field allowed for input or contents.
FileBaseName["file"] gives the base name for a file without its extension.
FileByteCount["file"] gives the number of bytes in a file.
FileDate["file"] gives the date and time at which a file was last modified. FileDate["file", " type"] gives information on the specified type of date associated with a file.
FileExistsQ["name"] gives True if the file with the specified name exists, and gives False otherwise.
FileExtension["file"] gives the file extension for a file name.
FileFormat["name"] attempts to determine what Import format could be used to import the file corresponding to " name".
FileHash["file"] gives an integer hash code for the contents of the specified file.FileHash["file", " type"] gives an integer hash of the specified type.
FileNameDepth["file"] gives the number of path elements in the file name " file".
FileNameDialogSettings -> {opt -> val} is a global option that specifies settings for the Insert File Path dialog box.