FileNameGet Method (MFileClass)
full file name (including full path) and its properties
Gets the file name, the user properties and the file media information.
Syntax
Public Overridable Sub FileNameGet( _
   ByRef _pbsFile As String _
) 
public virtual void FileNameGet( 
   out string _pbsFile
)
public procedure FileNameGet( 
   Out  _pbsFile: String
); virtual; 
public: virtual void FileNameGet( 
   [PARAMFLAG::Out] BSTR* _pbsFile
) 

Parameters

_pbsFile
full file name (including full path) and its properties
Example
m_objFile.FileNameGet(out strPath);
m_objFile.FileNameGet(out strPath);
strPath: string;

m_objFile.FileNameGet(strPath);
See Also

Reference

MFileClass Class
MFileClass Members