FileManager Class Reference
Static functions for working with files. For example loading, saving, importing, exporting, merging and so forth.
|
tuple | AppendToCurFilePath = staticmethod(AppendToCurFilePath) |
|
tuple | CanImportBitmap = staticmethod(CanImportBitmap) |
|
tuple | CanImportFile = staticmethod(CanImportFile) |
|
tuple | CheckForSave = staticmethod(CheckForSave) |
|
tuple | ChooseDirectory = staticmethod(ChooseDirectory) |
|
tuple | ConfigureBitmapPaths = staticmethod(ConfigureBitmapPaths) |
|
tuple | DoesFileExist = staticmethod(DoesFileExist) |
|
tuple | DoMaxFileSaveAsDlg = staticmethod(DoMaxFileSaveAsDlg) |
|
tuple | DownloadUrl = staticmethod(DownloadUrl) |
|
tuple | Export = staticmethod(Export) |
|
tuple | ExportSelected = staticmethod(ExportSelected) |
|
tuple | Fetch = staticmethod(Fetch) |
|
tuple | GetFileName = staticmethod(GetFileName) |
|
tuple | GetFileNameAndPath = staticmethod(GetFileNameAndPath) |
|
tuple | GetSaveRequiredFlag = staticmethod(GetSaveRequiredFlag) |
|
tuple | GetSavingVersion = staticmethod(GetSavingVersion) |
|
tuple | Hold = staticmethod(Hold) |
|
tuple | Import = staticmethod(Import) |
|
tuple | IsAutoSaveRequired = staticmethod(IsAutoSaveRequired) |
|
tuple | IsInternetCachedFile = staticmethod(IsInternetCachedFile) |
|
tuple | IsMaxFile = staticmethod(IsMaxFile) |
|
tuple | IsSaveRequired = staticmethod(IsSaveRequired) |
|
tuple | IsSavingToFile = staticmethod(IsSavingToFile) |
|
tuple | Merge = staticmethod(Merge) |
|
tuple | Open = staticmethod(Open) |
|
tuple | Reset = staticmethod(Reset) |
|
tuple | Save = staticmethod(Save) |
|
tuple | SaveAs = staticmethod(SaveAs) |
|
tuple | SaveNodes = staticmethod(SaveNodes) |
|
tuple | SaveNodesAsVersion = staticmethod(SaveNodesAsVersion) |
|
tuple | SaveSceneAsVersion = staticmethod(SaveSceneAsVersion) |
|
tuple | SaveSelected = staticmethod(SaveSelected) |
|
tuple | SaveSelectedNodesAsVersion = staticmethod(SaveSelectedNodesAsVersion) |
|
tuple | SetSaveRequiredFlag = staticmethod(SetSaveRequiredFlag) |
|
tuple | SetSavingVersion = staticmethod(SetSavingVersion) |
|
tuple | thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') |
|
def AppendToCurFilePath |
( |
|
args | ) |
|
AppendToCurFilePath(wchar_t const * toAppend) -> bool
def CanImportBitmap |
( |
|
args | ) |
|
CanImportBitmap(wchar_t const * filename) -> bool
def CanImportFile |
( |
|
args | ) |
|
CanImportFile(wchar_t const * filename) -> bool
def ChooseDirectory |
( |
|
args | ) |
|
ChooseDirectory(HWND hWnd, wchar_t * title, wchar_t * dir, wchar_t * desc=None)
ChooseDirectory(HWND hWnd, wchar_t * title, wchar_t * dir)
def ConfigureBitmapPaths |
( |
| ) |
|
ConfigureBitmapPaths() -> int
def DoesFileExist |
( |
|
args | ) |
|
DoesFileExist(wchar_t const * file, bool allowDirectory=True) -> bool
DoesFileExist(wchar_t const * file) -> bool
def DoMaxFileSaveAsDlg |
( |
|
args | ) |
|
DoMaxFileSaveAsDlg(WStr fileName, bool setAsCurrent=True) -> bool
DoMaxFileSaveAsDlg(WStr fileName) -> bool
DownloadUrl(HWND hwnd, wchar_t const * url, wchar_t const * filename, DWORD flags=0) -> bool
DownloadUrl(HWND hwnd, wchar_t const * url, wchar_t const * filename) -> bool
Export() -> bool
Export(wchar_t const * name, bool SuppressPrompts=False) -> bool
Export(wchar_t const * name) -> bool
def ExportSelected |
( |
|
args | ) |
|
ExportSelected(wchar_t const * name, bool SuppressPrompts=False) -> bool
ExportSelected(wchar_t const * name) -> bool
def GetFileNameAndPath |
( |
| ) |
|
GetFileNameAndPath() -> WStr
def GetSaveRequiredFlag |
( |
| ) |
|
GetSaveRequiredFlag() -> bool
GetSavingVersion() -> DWORD
Import() -> bool
Import(wchar_t const * name, bool SuppressPrompts=False) -> bool
Import(wchar_t const * name) -> bool
def IsAutoSaveRequired |
( |
| ) |
|
IsAutoSaveRequired() -> bool
def IsInternetCachedFile |
( |
|
args | ) |
|
IsInternetCachedFile(wchar_t const * filename) -> bool
IsMaxFile(wchar_t const * filename) -> bool
Merge()
Merge(wchar_t const * name, bool mergeAll=False, bool selectMerged=False) -> bool
Merge(wchar_t const * name, bool mergeAll=False) -> bool
Merge(wchar_t const * name) -> bool
Open()
Open(wchar_t const * name, bool NoPrompts=False, bool UseFileUnits=True, bool RefeshViewports=True,
bool SetCurrentFilePath=True) -> bool
Open(wchar_t const * name, bool NoPrompts=False, bool UseFileUnits=True, bool RefeshViewports=True) -> bool
Open(wchar_t const * name, bool NoPrompts=False, bool UseFileUnits=True) -> bool
Open(wchar_t const * name, bool NoPrompts=False) -> bool
Open(wchar_t const * name) -> bool
def Reset |
( |
|
noPrompt = False | ) |
|
Reset(bool noPrompt=False)
Reset()
Save() -> bool
Save(wchar_t const * name, bool clearNeedSaveFlag=True, bool useNewFile=True) -> bool
Save(wchar_t const * name, bool clearNeedSaveFlag=True) -> bool
Save(wchar_t const * name) -> bool
SaveNodes(INodeTab nodes, wchar_t const * fname)
def SaveNodesAsVersion |
( |
|
args | ) |
|
SaveNodesAsVersion(wchar_t const * fname, INodeTab nodes, unsigned long saveAsVersion=MAX_RELEASE) -> bool
SaveNodesAsVersion(wchar_t const * fname, INodeTab nodes) -> bool
def SaveSceneAsVersion |
( |
|
args | ) |
|
SaveSceneAsVersion(wchar_t const * fname, bool clearNeedSaveFlag=True, bool useNewFile=True, unsigned long saveAsVersion=MAX_RELEASE) -> bool
SaveSceneAsVersion(wchar_t const * fname, bool clearNeedSaveFlag=True, bool useNewFile=True) -> bool
SaveSceneAsVersion(wchar_t const * fname, bool clearNeedSaveFlag=True) -> bool
SaveSceneAsVersion(wchar_t const * fname) -> bool
SaveSelected()
SaveSelected(wchar_t const * fname)
def SaveSelectedNodesAsVersion |
( |
|
args | ) |
|
SaveSelectedNodesAsVersion(wchar_t const * fname, unsigned long saveAsVersion=MAX_RELEASE) -> bool
SaveSelectedNodesAsVersion(wchar_t const * fname) -> bool
def SetSaveRequiredFlag |
( |
|
args | ) |
|
SetSaveRequiredFlag(bool requireSave=TRUE, bool requireAutoBackupSave=TRUE)
SetSaveRequiredFlag(bool requireSave=TRUE)
SetSaveRequiredFlag()
def SetSavingVersion |
( |
|
args | ) |
|
SetSavingVersion(DWORD version) -> DWORD