Sun Chili!Soft ASP Sun Chili!Soft
ASP Sun Microsystems

 

JScript FileSystemObject Object GetBaseName Method

Returns a string containing the base name of the last component, less any file extension, in a path.

Syntax: JScript FileSystemObject Object GetBaseName Method

object.GetBaseName(path)

Arguments: JScript FileSystemObject Object GetBaseName Method

object

The name of a FileSystemObject/ object. Required.

path

The path specification for the component whose base name is to be returned. Required.

Remarks: JScript FileSystemObject Object GetBaseName Method

The GetBaseName method returns a zero-length string ("") if no component matches the path argument.

Note

The GetBaseName 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.

Copyright 2002 Sun Microsystems, Inc. All rights reserved. Legal Notice.