80 |
80 |
81 ############################################################################ |
81 ############################################################################ |
82 ## File system related methods below |
82 ## File system related methods below |
83 ############################################################################ |
83 ############################################################################ |
84 |
84 |
85 def __getPathSeparator(self, params): # noqa: U100 |
85 def __getPathSeparator(self, params): # noqa: U-100 |
86 """ |
86 """ |
87 Private method to report the path separator. |
87 Private method to report the path separator. |
88 |
88 |
89 @param params dictionary containing the request data |
89 @param params dictionary containing the request data |
90 @type dict |
90 @type dict |