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: docs2/pages/documentations/path/path.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,3 +14,4 @@ Performs operations on string instances that contain file or directory path info
14
14
|[Path_GetPathRoot(path)](/path-get-path-root)| Returns the root directory information of the specified path. |[Try it]()|
15
15
|[Path_GetRandomFileName()](/path-get-random-file-name)| Returns a random folder name or file name. |[Try it]()|
16
16
|[Path_GetTempFileName()](/path-get-temp-file-name)| Creates a uniquely named, zero-byte temporary file on disk and returns the full path of that file. |[Try it]()|
17
+
|[Path_GetTempPath()](/path-get-temp-path)| Returns the path of the current user's temporary folder. |[Try it]()|
0 commit comments