You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/standard-library/path-class-cpp-standard-template-library.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: "path Class (C++ Standard Template Library) | Microsoft Docs"
2
+
title: "path Class | Microsoft Docs"
3
3
ms.custom: ""
4
4
ms.date: "11/04/2016"
5
5
ms.prod: "visual-studio-dev14"
@@ -33,7 +33,7 @@ translation.priority.mt:
33
33
- "zh-cn"
34
34
- "zh-tw"
35
35
---
36
-
# path Class (C++ Standard Template Library)
36
+
# path Class
37
37
The **path** class stores an object of type string_type, called myname here for the purposes of exposition, suitable for use as a pathname. string_type is a synonym for basic_string<value_type>, where value_type is a synonym for char under Windows or wchar_t under Posix.
38
38
39
39
For more information, and code examples, see [File System Navigation (C++)](../standard-library/file-system-navigation.md).
0 commit comments