wx.lib.docview¶
Functions Summary¶
Returns |
|
Returns the filename for a full path. |
|
Returns the extension of a filename for a full path. |
|
Returns the path of a full path without the filename. |
Classes Summary¶
|
|
|
|
The |
|
The |
|
The |
|
The |
|
The |
|
DocPrintout is a default |
|
The |
|
The document class can be used to model an application’s file-based data. It |
|
The view class can be used to model the viewing and editing component of |
Functions¶
- FileExists(path)¶
Returns
True
if the path exists.
- FileNameFromPath(path)¶
Returns the filename for a full path.
- FindExtension(path)¶
Returns the extension of a filename for a full path.
- PathOnly(path)¶
Returns the path of a full path without the filename.