Class Directory: Clarification on the path format
The class Directory "[s]pecifies the path to a directory." (OpenSCENARIO V1.2.0 Model Documentation)
Our question relates to the explicit format of the file system path that should be supported: Should the file system path follow a UNIX-based file path format as mentioned in the example given in the property description (path=/home/simulation/)? Or should other file path formats, e.g. as used in Windows (C:\Users\user_name\simulation), also be supported?
Furthermore, since the property path (class Directory) is a string, the example should possibly be changed from /home/simulation/ to path="/home/simulation/".