![]() |
| Support Home | Search | Documentation |
HOWTO: Manipulate Windows Files and Folders from AVR code.The information in this article applies to:
SUMMARY:Microsoft provides an ActiveX component called "Scripting Runtime Support". With it you can use the MS scripting runtime support to create, copy, delete, files and folders. MORE INFORMATION:Where to find it:Searching MSDN for "scripting runtime", you will find the following information at http://msdn.microsoft.com/library/officedev/odeopg/deconthemicrosoftscriptingruntimeobjectlibrary.htm: The Microsoft Scripting Runtime Object Library:When you install various Microsoft applications, one of the object libraries installed on your system is the Microsoft Scripting Runtime object library. This object library contains objects that are useful from either VBA or script, so it's provided as a separate library. The objects in the Scripting Runtime library provide easy access to the file system, and make reading and writing to a text file much simpler than it is in previous versions.
TIP: To find out which application installed scrrun.dll (MS Scripting Runtime ActiveX), you can use this link below to determine the file version and application: Other ASNA KB Articles: Keywords: folder, example, FileSystemObject, file, manipulate, develop, delete, rename, directory |
Last Modified Date: 6/20/2005 11:16:52 AM
Copyright © 2005, 2006 ASNA Inc.
| Support Home | Search | Documentation |