General Information
This topic provides general information about data paths.
Data paths:
- Are not used when resource paths are absolute.
- Unify and extract the location of absolute paths from data files for easy modification.
- Support local, UNC, HTTP, and FTP paths.
- Are stored in files ( DataPath.xml by default) that can be shared by users working on the same project.
- Provide a mechanism for specifying common paths to avoid path
duplication:
- Global ( DataPath.CommonGlobalList) paths are appended to all other path lists
- Profiles ( DataPath.CommonProfileList)paths are appended to profile path lists
- Path order is important; when a resource is found, the search stops.
- Data paths do not support paths with variables (such as %USERPROFILE%\folder).
- The first time a user runs Composer, a DataPath.xml file is created in the User folder. See Application Paths.
- Searching many paths to locate resources increases document load time. For best performance, minimize the number of paths and list heavily used paths first.
- Edit data path files with a text editor. You cannot edit the file from the Data Paths page.