ExtractArchive[file] expands an archive file, saving its content into the current directory.ExtractArchive[file, dir] saves the content of an archive file into directory ...
FileNameDrop["name", n] drops the first n path elements in the file name " name".FileNameDrop["name", -n] drops the last n path elements in the file name " ...
FrontEndStackSize is a global option that specifies the size of the stack used to store data in the front end (Macintosh only).
GeodesicDilation[marker, mask] gives the fixed point of the geodesic dilation of the image marker constrained by the image mask.
HoldForm[expr] prints as the expression expr, with expr maintained in an unevaluated form.
ImageTrim[image , {{x_1, y_1}, {x_2, y_2}, ...}] gives the subimage of image spanned by the specified points.ImageTrim[image, {{x_1, y_1}, {x_2, y_2}, ...}, r] adds a margin ...
IncludeFileExtension is an option for notebooks that specifies whether the suffix ".nb" is automatically appended to a notebook's name when it is first saved.
InputAutoReplacements is an option for cells and notebooks which specifies strings of characters that should be replaced immediately on input.
InputNotebook[] gives the current notebook into which keyboard input in the front end will be directed.
KernelObject[n, name, ...] represents a kernel available for parallel computing.