| MapMacroNameEventArgsBaseName Field | 
            Gets the macro's base name.
            
Namespace: WinWrap.Basic.Server.ClassicAssembly: WinWrap.Basic.Server (in WinWrap.Basic.Server.dll) 
 Syntax
Syntaxpublic readonly string BaseName
Public ReadOnly BaseName As String
public:
initonly String^ BaseName
Field Value
String
            The macro's base name.
            
 Remarks
Remarks
            The macro's base name is like a current directory.
            If the FileName is a relative path, then it's relative to the BaseName.
            
 See Also
See Also