Met Getbasename
# ASP GetBaseName Method
* * Complete FileSystemObject Object Reference](#)
* * *
The GetBaseName method returns the base name of the file or folder at the specified path.
### Syntax
FileSystemObject.GetBaseName(path)
| Parameter | Description |
| --- | --- |
| path | Required. The path to the file or folder for which the base name is to be returned. |
### Example
Output:
3dgarro
* * Complete FileSystemObject Object Reference](#)
YouTip