You can use special modifiers with some options. However, some modifiers may not make sense for all options. This section describes those modifiers.
The following table lists the supported modifiers:
| Modifier | Description |
|---|---|
| %p | Path including file separator |
| %N | Filename in strict 8.3 format |
| %n | Filename without extension |
| %E | Extension in strict 8.3 format |
| %e | Extension |
| %f | Path + filename without extension |
| %" | A double quote (") if the filename, the path or the extension contains a space |
| %' | A single quote (`) if the filename, the path or the extension contains a space |
| %(ENV) | Use the contents of an environment variable |
| %% | Generates a single `%' |