Met Getabsolutepathname
# ASP GetAbsolutePathName Method
* * Complete FileSystemObject Object Reference Manual](#)
* * *
The GetAbsolutePathName method returns the full path starting from the root drive for a specified path.
## Syntax
FileSystemObject.GetAbsolutePathName(path)
| Parameter | Description |
| --- | --- |
| path | Required. The path to be converted to a full path. |
## Examples
Assume the current directory is c:temptest:
### Example 1
Output:
c:temptest
### Example 2
Output:
c:temptestmydoc.txt
### Example 3
Output:
c:temptestprivatemydoc.txt
* * Complete FileSystemObject Object Reference Manual](#)
YouTip