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
@@ -13,3 +13,4 @@ Performs operations on string instances that contain file or directory path info
13
13
|[Path_GetFullPath(path)](/path-get-full-path)| Returns the absolute path for the specified path string. |[Try it]()|
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
+
|[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]()|
0 commit comments