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
@@ -12,3 +12,4 @@ Performs operations on string instances that contain file or directory path info
12
12
|[Path_GetFileNameWithoutExtension(path)](/path-get-file-name-without-extension)| Returns the file name and extension of the specified path string without the extension. |[Try it]()|
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
+
|[Path_GetRandomFileName()](/path-get-random-file-name)| Returns a random folder name or file name. |[Try it]()|
0 commit comments