2.3.11 Path Names
Many of the ITaskSchedulerService methods have a Unicode string path parameter. This parameter specifies the location of the task in the XML task store, as specified in section 3.2.1. Path names start with a "\" character followed by zero or more names, and separated by single "\" characters. An empty string is equivalent to "\".
Names do not:
Start with a space character.
Contain any of the following characters: ":", "/", or "\"
Consist of the following string: ".."