FOLDER MAPPINGS
In FOLDER MAPPINGS you can map file paths in a notation to file paths in another notation and change the root of the notation.
To add a new mapping, follow these steps:
- Select Add.
- Select a notation for the FROM mapping. Options:
- Posix: select this option for file paths used on Mac and Linux.
- UNC: select this option for file paths used on Windows using a forward slash.
- DOS: select this option for file paths used on Windows using backward slash.
- URL: select this option for file paths in URL notation (forward slashes, % escape...).
- Select a path for the FROM mapping. This path will be mapped to the TO path.
- Select a notation for the TO mapping. Options:
- Posix: select this option for file paths used on Mac and Linux.
- UNC: select this option for file paths used on Windows using a forward slash.
- DOS: select this option for file paths used on Windows using backward slash.
- URL: select this option for file paths in URL notation (forward slashes, % escape...).
- Select a path for the TO mapping. To this path the FROM path will be mapped to.
- Select Save.
Example
You have the following situation:
- A storage that is mounted as /Volumes/CompanyStorage/ on Mac and as \\CompanyServer\CompanyStorage on Windows.
- A file on the root of that volume that is called test.pdf, and that uses an external file in the same folder, called image.psd.
- FROM
- Notation: Posix
- Path: /Volumes/CompanyStorage/
- TO
- Notation: DOS
- Path: \\CompanyServer\CompanyStorage