![]() |
VOOZH | about |
The ASP Name Property is used for returning and setting the name of a specified file or Folder.
Syntax:
FileObject.Name[=newname]FolderObject.Name[=newname] Parameter Values:
Example-1: Below code returns the name of the File.
Output:
The name of the file is GFG.txt Example -2: Below code returns the name of the Folder.
Output:
The name of the folder is : GFG