File options are switches that accept a file name to operate on. Depending on the context this file may be read from or written to. In general, read operations require the file to exist before the program is started. Both relative and absolute paths are accepted. Case sensitivity depends on the underlying filesystem, but in general it should be assumed.

Absolute path
--switch=/path/to/file.dat
Relative path
--switch=file.dat