Lines Matching full:windows
100 // On Windows platform, uses \ as the separator rather than /.
107 // On Windows, uses \ as the separator rather than /.
128 // On Windows platform, uses \ as the separator, other platforms use /.
136 // On Windows platform, '\' is the path separator, otherwise it is '/'.
142 // FilePath("./") or, on Windows, FilePath(".\\"). If the filepath does
144 // On Windows platform, '\' is the path separator, otherwise it is '/'.
162 // exist. Not named "CreateDirectory" because that's a macro on Windows.
178 // Returns true if pathname describes a root directory. (Windows has one
202 // On Windows this method also replaces the alternate path separator '/' with
209 // the FilePath. On Windows, for example, both '/' and '\' are valid path
216 // - [Windows] "..\Sibling" => 0
217 // - [Windows] "\Windows" => 1
218 // - [Windows] "C:/Windows\Notepad.exe" => 3
219 // - [Windows] "\\Host\Share\C$/Windows" => 13