SDBFileSystem: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (added reference to locate the class object) |
||
(3 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{AutomationObjectsList}} | |||
== CoClass SDBFileSystem == | == CoClass SDBFileSystem == | ||
Replacement of the default scripting FileSystemObject (very simple, but isn't blocked by antiviruses). | Replacement of the default scripting FileSystemObject (very simple, but isn't blocked by antiviruses). | ||
This object is available as SDB.Tools.FileSystem | |||
=== ISDBFileSystem members === | === ISDBFileSystem members === | ||
Line 7: | Line 9: | ||
{{MethodsList | {{MethodsList | ||
|[[ISDBFileSystem::CorrectFilename|CorrectFilename]] |Method | | |[[ISDBFileSystem::CorrectFilename|CorrectFilename]] |Method | | ||
|[[ISDBFileSystem::CopyFile|CopyFile]] |Method | | |||
|[[ISDBFileSystem::CreateFolder|CreateFolder]] |Method | | |[[ISDBFileSystem::CreateFolder|CreateFolder]] |Method | | ||
|[[ISDBFileSystem::CreateTextFile|CreateTextFile]] |Method | | |[[ISDBFileSystem::CreateTextFile|CreateTextFile]] |Method | | ||
|[[ISDBFileSystem::DeleteFile|DeleteFile]] |Method | | |[[ISDBFileSystem::DeleteFile|DeleteFile]] |Method | | ||
|[[ISDBFileSystem::FileExists|FileExists]] |Method | | |[[ISDBFileSystem::FileExists|FileExists]] |Method | | ||
|[[ISDBFileSystem::MoveFile|MoveFile]] |Method | | |||
|[[ISDBFileSystem::GetShortPath|GetShortPath]] |Method | From v4.0 | |||
}} | }} | ||
Latest revision as of 16:43, 9 June 2011
- SDBAlbum
- SDBAlbumArtItem
- SDBAlbumArtList
- SDBAlbums
- SDBApplication
- SDBArtist
- SDBArtists
- SDBCommonDialog
- SDBDatabase
- SDBDBIterator
- SDBDevice
- SDBDeviceList
- SDBDropTarget
- SDBDropTargetLast
- SDBDropTargetNext
- SDBDropTargetRip
- SDBFileSystem
- SDBHWEvents
- SDBImage
- SDBIniFile
- SDBMedia
- SDBMenuItem
- SDBPlayer
- SDBPlaylist
- SDBPlaylists
- SDBProgress
- SDBRegistry
- SDBScriptControl
- SDBSongData
- SDBSongIterator
- SDBSongList
- SDBStringList
- SDBTextFile
- SDBTimer
- SDBTools
- SDBTrackSynchStatus
- SDBTracksWindow
- SDBTree
- SDBTreeNode
- SDBUI
- SDBUIActiveX
- SDBUIButton
- SDBUICheckBox
- SDBUICommon
- SDBUIDockablePanel
- SDBUIDropDown
- SDBUIEdit
- SDBUIForm
- SDBUIGroupBox
- SDBUILabel
- SDBUIListBox
- SDBUIMaskEdit
- SDBUIMultiLineEdit
- SDBUIPanel
- SDBUIRadioButton
- SDBUISpinEdit
- SDBUITrackBar
- SDBUITranspPanel
- SDBUITreeList
- SDBUITreeListItem
- SDBWebSearch
CoClass SDBFileSystem
Replacement of the default scripting FileSystemObject (very simple, but isn't blocked by antiviruses). This object is available as SDB.Tools.FileSystem
ISDBFileSystem members
Name | Type | Description |
---|---|---|
CorrectFilename | Method | |
CopyFile | Method | |
CreateFolder | Method | |
CreateTextFile | Method | |
DeleteFile | Method | |
FileExists | Method | |
MoveFile | Method | |
GetShortPath | Method | From v4.0 |