Constant FILE_PATH
pub const FILE_PATH: &'static str;
Expand description
Full path to the file, including the file name. It should include the drive letter, when appropriate.
ยงExamples
"/home/alice/example.png"
"C:\\Program Files\\MyApp\\myapp.exe"