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 givedir1/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).