SolidConnect

Path Rules

Anytime you can work with formulas within SolidConnect to create paths, you can use relative paths and absolute paths. Relative paths will always be relative to their context, for related files this is the source file of the product, for batch related actions this is relative to the processed document.

Examples:

  • ‘C:\Test’ or ‘\\Server\Test’ are absolute paths

  • ‘C:\Test\[project name]’ path with formula

  • ‘\Test’ is relative folder to the drive ‘C:\Test’

  • ‘.’ In the same folder

  • ‘.\Test’ or ‘Test’ is relative folder

  • ‘../’ One folder above