VCOM:VectorWorks:Filing

From Vectorworks Developer
Jump to navigation Jump to search

.SDK|SDK ..SDK:Types|SDK Types ..VCOM:VCOM (Vectorworks Component Object Model)|VCOM Basics ..VCOM:Class Reference|VCOM Class Reference

Description

Defiles set of interfaces related to OS filing. The interfaces are OS independent they work the same on all Operation Systems that VectorWorks works on.

Contents

IApplicationFolders Manages the standard VectorWorks folders. Provides searching capabilities in the standard folders.
IFolderChooserDialog Provides a dialog for letting the uesr choose a folder on the OS disk.
IFolderIdentifier Represents a folder on the OS disk. The folder may not exist.
IFileChooserDialog Provides a dialog for letting the user choose a file on the OS disk.
IFileIdentifier Represents a file on the OS disk. The file may not exist.
IRawOSFile Provides low level access to a file on the OS disk allowing to read and write bytes from the file.
IStdFile Provides more extended access to a file on the OS disk.
IXMLFile Provides XML file reading and writing.
IXMLFileValidator Provides XML file validation agains XML Schema.
IImportExport3DS Provides importing and exporting of 3DS files.
IImportExportSketchup Provides importing and exporting of Sketchup files.


See Also