FileNameGet Method (IMFile)
full file name (including full path) and its properties
Gets the file name, the user properties and the file media information.
Syntax
Sub FileNameGet( _
   ByRef _pbsFile As String _
) 
void FileNameGet( 
   out string _pbsFile
)
procedure FileNameGet( 
   Out  _pbsFile: String
); 
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

IMFile Interface
IMFile Members