Constant FILE_DIRECTORY

Source
pub const FILE_DIRECTORY: &str = "file.directory";
Expand description

Directory where the file is located. It should include the drive letter, when appropriate.

§Notes

§Examples

  • "/home/user"
  • "C:\\Program Files\\MyApp"