With some options, it is possible to use special modifiers. 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) | Replaces it with the contents of an environment variable |
| %% | Generates a single `%' |