Skip to content

Enhanced intrinsic variables

Latest
Compare
Choose a tag to compare
@sidmishraw sidmishraw released this 29 Apr 07:45
· 4 commits to master since this release
812050c

Added three new intrinsic variables:

  • pathFromRepositoryRoot - The path of the file from the current workspace (or project) root. For example, if you're working on file /project/dir1/file1.xml then this will give dir1/file1.xml. This is a relative path from your workspace's root.

  • absFilePath - This is the absolute path of the file obtained by querying the underlying OS Filesystem.

  • repositoryRootPath - This is the root path of the workspace (or repository or project).