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.
FrontEndEventActions is an option for the notebook front end that gives a list of actions to perform when specified user-interface events occur.
NotebookPrint[expr] sends a notebook containing expr to your default printer.NotebookPrint[notebook] sends the specified notebook to your default printer. ...
NotebookSave[notebook] saves the current version of the specified notebook. NotebookSave[notebook, " file"] saves the notebook in the specified file. NotebookSave[] saves the ...
OwnValues[x] gives the rule corresponding to any ownvalue defined for the symbol x.
PerformanceGoal is an option for plotting and various other algorithmic functions that specifies what aspect of performance to try to optimize with Automatic settings for ...
Prepend
(Built-in Mathematica Symbol) Prepend[expr, elem] gives expr with elem prepended.
RenameDirectory["dir_1", "dir_2"] renames the directory dir_1 to dir_2.
SelectionCreateCell[notebook] copies the contents of the current selection in a notebook into a new cell. SelectionCreateCell[notebook, sel] sets the current selection after ...
SetFileDate["file"] sets the modification and access dates for a file to be the current date.