Skip to content

Commit a4f8912

Browse files
UNIC -> UNC (dotnet#7181)
I think this was just a typo.
1 parent 16a582f commit a4f8912

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.IO/Path.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2291,7 +2291,7 @@ This method handles paths that use the alternate directory separator. It's a fre
22912291
22922292
## Remarks
22932293
2294-
A **rooted path** is file path that is fixed to a specific drive or UNIC path; it contrasts with a path that is relative to the current drive or working directory. For example, on Windows systems, a rooted path begins with a backslash (for example, "\\Documents") or a drive letter and colon (for example, "C:Documents").
2294+
A **rooted path** is file path that is fixed to a specific drive or UNC path; it contrasts with a path that is relative to the current drive or working directory. For example, on Windows systems, a rooted path begins with a backslash (for example, "\\Documents") or a drive letter and colon (for example, "C:Documents").
22952295
22962296
Note that rooted paths can be either absolute (that is, fully qualified) or relative. An absolute rooted path is a fully qualified path from the root of a drive to a specific directory. A relative rooted path specifies a drive, but its fully qualified path is resolved against the current directory. The following example illustrates the difference.
22972297

0 commit comments

Comments
 (0)