Path Utility
The path utility provides helper functions to aid in path related tasks
Methods
getCurrentChapterPath()
Description
- Returns the current chapter path.
Return Value: String
Code Example
this.currentChapterPath = digideckCore.pathUtil.getCurrentChapterPath();
getCurrentFullPath()
Description
- Returns the current full path.
Return Value: String
Code Example
this.currentFullPath = digideckCore.pathUtil.getCurrentFullPath();