Skip to content

Commit aab62e0

Browse files
authored
Update Language/Reference/User-Interface-Help/getfilename-method-visual-basic-for-applications.md
1 parent d09ebbf commit aab62e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Language/Reference/User-Interface-Help/getfilename-method-visual-basic-for-applications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The **GetFileName** method syntax has these parts:
2626

2727
## Remarks
2828

29-
The **GetFileName** method returns a zero-length string ("") if _pathspec_ contains a drive specification only (Example: "C:\"), otherwise it will return the last component in the path, even if that component is the name of a folder and not a file.
29+
The **GetFileName** method returns a zero-length string ("") if _pathspec_ contains a drive specification only (Example: "C:\"), otherwise it returns the last component in the path, even if that component is the name of a folder and not a file.
3030

3131
> [!NOTE]
3232
> The **GetFileName** method works only on the provided path string. It does not attempt to resolve the path, nor does it check for the existence of the specified path.

0 commit comments

Comments
 (0)