Monday, July 05, 2004

Work with binary files in VBSscript - read and write local and remote files

Work with binary files in VBSscript - read and write local and remote files: "VBScript and JScript/JavaScript do not have native functions/commands to read and write files, because these languages were designed as 'safe' client-side programming languages. Denied access to file system is it's primary feature.
Server-side ASP code and applications has another work requirements, file system access (read/write files) is at first of them. The only way to work with files is to use built-in or external ActiveX or COM object."

No comments: