PyCFileDialog Object

A class which encapsulates an MFC CFileDialog object. Derived from a PyCDialog object.

Methods

GetPathName
Retrieves the path name. 

GetFileName
Retrieves the file name. 

GetFileExt
Retrieves the file extension. 

GetFileTitle
Retrieves the file title. 

GetPathNames
Retrieves the list of path names from the file dialog. 

GetReadOnlyPref
Retrieves the read-only preference. 

SetOFNTitle
Sets the title for the dialog. 

SetOFNInitialDir
Sets the initial directory for the dialog. 

Based On

PyCCommonDialog