BaseName property

Sets/Returns the base name of the file. The base name is the part of the filename that precedes the extension.

Syntax


C++

HRESULT get_BaseName(BSTR* pBaseName)

HRESULT put_BaseName(BSTR BaseName)

Scripting languages

String = object.BaseName

object.BaseName = String

Home

Applies to

IERUFile