[][src]Constant druid::commands::SAVE_FILE

pub const SAVE_FILE: Selector<()>;

Save the current path.

The application should save its data, to a path that should be determined by the application. Usually, this will be the most recent path provided by a SAVE_FILE_AS or OPEN_FILE command.