ISDBFileSystem::DeleteFile: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 9: | Line 9: | ||
Deletes given file. | Deletes given file. | ||
NOTE: In case that file is plugin and needs to be deleted using Uninstall.vbs from [[Installation Packages]] an [[CurrentAddonInstallRoot]] should be used to get correct Plugins folder | |||
[[Category:Scripting|{{PAGENAME}}]] | [[Category:Scripting|{{PAGENAME}}]] |
Revision as of 02:01, 2 March 2011
CoClass SDBFileSystem, Interface ISDBFileSystem
Sub DeleteFile(Filename As String)
Parameters
Name | Type | Description |
---|---|---|
Filename | String | File to be deleted. |
Method description
Deletes given file.
NOTE: In case that file is plugin and needs to be deleted using Uninstall.vbs from Installation Packages an CurrentAddonInstallRoot should be used to get correct Plugins folder