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
@@ -9,3 +9,4 @@ Performs operations on string instances that contain file or directory path info
9
9
|[Path_GetDirectoryName(path)](/path-get-directory-name)| Returns the directory information for the specified path string. |[Try it]()|
10
10
|[Path_GetExtension(path)](/path-get-extension)| Returns the extension of the specified path string. |[Try it]()|
11
11
|[Path_GetFileName(path)](/path-get-file-name)| Returns the file name and extension of the specified path string. |[Try it]()|
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]()|
0 commit comments