Skip to content

Commit 542718b

Browse files
boskjoettmairaw
andcommitted
Add remark about path separator to use in Unix (#3680)
* Add remark about path separator to use in Unix If you are creating directories on a Unix system using .NET Core the path separator must a forward slash character. I think this remark is missing. All the examples use Windows path separators (\\). * Update xml/System.IO/Directory.xml Co-Authored-By: Maira Wenzel <[email protected]> Co-authored-by: Maira Wenzel <[email protected]>
1 parent f18a8ca commit 542718b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.IO/Directory.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@
173173
174174
Creating a directory with only the colon character (:) is not supported, and will cause a `NotSupportedException` to be thrown.
175175
176-
176+
On Unix systems, use a forward slash (/) as path separator.
177177
178178
## Examples
179179

0 commit comments

Comments
 (0)