Sideway BICK BlogSideway BICK BLOG from Sideway

A Sideway to Sideway Home

Link:http://output.to/sideway/default.asp?qno=180600012

Script, Scripting Language, VBScript elements, Server-Side VBScript Object Element Method

VBScript Methods of PreDefined Object

VBScript methods predefined Objects are provided for increasing the functionality of VBScript.

Microsoft VBScript Method List

MethodParent ObjectDescriptionAdd MethodFolders Collectionis to add a new folder of the given folderName to the associated Folders collection.last updated 12/16/2017Add MethodDictionary Objectis to add a given key and item pair to the associated Dictionary Object.last updated 12/9/2017BuildPath MethodFileSystemObject Objectis to append a given name to the specified existing path.last updated 12/13/2017Clear MethodErr Objectis to clear all property settings of the Err object.last updated 12/10/2017Close MethodTextStream Objectis to close the associated TextStream Object.last updated 12/16/2017Copy MethodFolder Object, File Objectis to copy the associated file or folder object to the specified destination according to the specified overwrite setting.last updated 12/16/2017CopyFile MethodFileSystemObject Objectis to copy one or more given source files to the specified destination according to the specified overwrite setting.last updated 12/13/2017CopyFolder MethodFileSystemObject Objectis to recursively copy the given source folder to the specified destination according to the specified overwrite settinglast updated 12/13/2017CreateFolder MethodFileSystemObject Objectis to create a folder.object of the specified foldername.last updated 12/14/2017CreateTextFile MethodFileSystemObject Object, Folder Object, TextStream Objectis to create the given filename file according to the overwrite setting.and to return the associated textStream object that can be used to read from or write to the created file.last updated 12/14/2017Delete MethodFolder Object, File Objectis to delete the associated file or folder object according to the force setting.last updated 12/16/2017DeleteFile MethodFileSystemObject Objectis to delete the given filespec file according to the force setting.last updated 12/14/2017DeleteFolder MethodFileSystemObject Objectis to delete the given folderspec folder and its contents according to the force setting.last updated 12/14/2017DriveExists MethodFileSystemObject Objectis to return a Boolean value indicating the drive of the given drivespec exist with True or does not exist with False.last updated 12/14/2017Execute MethodRegExp Objectis to executes a regular expression search against a specified string.last updated 12/11/2017Exists MethodDictionary Objectis to return a Boolean value indicating the given key exist with True or does not exist with False.last updated 12/9/2017FileExists MethodFileSystemObject Objectis to return a Boolean value indicating the file of the given filespec exist with True or does not exist with False.last updated 12/14/2017FolderExists MethodFileSystemObject Objectis to return a Boolean value indicating the folder of the given folderspec exist with True or does not exist with False..last updated 12/14/2017GetAbsolutePathName MethodFileSystemObject Objectis to return a complete and unambiguous absolute path name from given pathspec path.last updated 12/14/2017GetBaseName MethodFileSystemObject Objectis to return a string containing the base name of the last component, less any file extension, in given path.last updated 12/14/2017GetDrive MethodFileSystemObject Objectis to return a Drive object according to the drive component of the given drivespec.last updated 12/14/2017GetDriveName MethodFileSystemObject Objectis to return a string containing the drive name of drive component of the given path.last updated 12/14/2017GetExtensionName MethodFileSystemObject Objectis to return the file extension of the last file component of the given pathlast updated 12/14/2017GetFile MethodFileSystemObject Objectis to return a File Object according to the file of given filespec path.last updated 12/14/2017GetFileName MethodFileSystemObject Objectis to return the file namer of a file component according to the last component of given pathspec path.last updated 12/14/2017GetFileVersion MethodFileSystemObject Objectis to return the version number of a file component according to the last component of given pathspec path.last updated 12/14/2017GetFolder MethodFileSystemObject Objectis to return a Folder object according to the given folderspec path.last updated 12/14/2017GetParentFolderName MethodFileSystemObject Objectis to return a string containing the name of the parent folder of the last component in a given path.last updated 12/14/2017GetSpecialFolder MethodFileSystemObject Objectis to return a special Folder Object according to the given folderspec.last updated 12/14/2017GetStandardStream MethodFileSystemObject Objectis to return a standard TextStream Object according to the given standardStreamType setting and specified optional unicode setting.last updated 12/14/2017GetTempName MethodFileSystemObject Objectis to generate and return a randomly generated temporary file or folder name for performing operations that require a temporary file or folder.last updated 12/14/2017Items MethodDictionary Objectis to return an array containing all existing items of the associated Dictionary Object.last updated 12/9/2017Keys MethodDictionary Objectis to return an array containing all existing keys of the associated Dictionary Object.last updated 12/9/2017Move MethodFolder Object, File Objectis to move folder or file of the associated Folder or File Object to the specified destination.last updated 12/16/2017MoveFile MethodFileSystemObject Objectis to move one or more given source files to the specified destination.last updated 12/14/2017MoveFolder MethodFileSystemObject Objectis to move one or more given source folders to the specified destination.last updated 12/14/2017OpenAsTextStream MethodFile Objectis to open a TextStream Object of the associated File Object according to specified optional iomode setting and format setting for reading from, writing to, or appending to the file.last updated 12/16/2017OpenTextFile MethodFileSystemObject Objectis to open a given filename file of the associated FileSystemObject Object according to the specified optional iomode setting, create keyword, and format setting, and to return a TextStream Object that can be used to read from, write to, or append to the file.last updated 12/14/2017Raise MethodErr Objectis to generate a run-time error result of the given number and together with other specifed optional source, description, helpfile, helpcontext in the Err Object.last updated 12/10/2017Read MethodTextStream Objectis to read a specified characters number of characters from a file of the associated TextStream Object, and to return the resulting string.last updated 12/16/2017ReadAll MethodTextStream Objectis to read the entire file of the associated TextStream Object, and to return the resulting string.last updated 12/16/2017ReadLine MethodTextStream Objectis to read an entire line (up to, but not including, the newline character) from from a file of the associated TextStream Object, and to return the resulting string.last updated 12/16/2017Remove MethodDictionary Objectis to remove an element with the specified key from an associated Dictionary Object.last updated 12/9/2017RemoveAll MethodDictionary Objectis to remove all elements of the associated Dictionary Object.last updated 12/9/2017Replace MethodRegExp Objectis to replaces the given string1 found in a regular expression search with the specified string2.last updated 12/11/2017Skip MethodTextStream Objectis to skip a given characters number of characters when reading from a file of the associated TextStream Object.last updated 12/16/2017SkipLine MethodTextStream Objectis to skip the next line when reading from a file of the associated TextStream Object.last updated 12/16/2017Test MethodRegExp Objectis to executes a regular expression search against a given string, and to return a Boolean value indicating if a pattern match was found.last updated 12/11/2017Write MethodTextStream Objectis to write a specified string to a file of the associated TextStream Object.last updated 12/16/2017Write MethodDebug Objectis to send strings given str1, str2, …, and strN strings to the script debugger, followed by a newline character..last updated 12/10/2017WriteBlankLines MethodTextStream Objectis to write a given lines number of newline characters to a a file of the associated TextStream Object.last updated 12/16/2017WriteLine MethodDebug Objectis to send given str1, str2, …, and strN strings to the script debugger, followed by a newline character.last updated 12/10/2017WriteLine MethodTextStream Objectis to write a given string and newline character to a file of the associated TextStream Object.last updated 12/17/2017

Sideway BICK Blog

12/06


Copyright © 2000-2020 Sideway . All rights reserved Disclaimerslast modified on 26 January 2013