Sideway BICK BlogSideway BICK BLOG from Sideway

A Sideway to Sideway Home

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

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

VBScript Methods of PreDefined Object

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

Table of Microsoft VBScript Property

MethodParent ObjectDescriptionAtEndOfLine Property
TextStream Object
is to return a Boolean value indicating the file pointer of associated TextStream Object is positioned immediately before the end-of-line marker with True or is not with False.last updated 12/17/2017
AtEndOfStream Property
TextStream Object
is to return a Boolean value indicating the file pointer of associated TextStream Object is at the end of file with True or is not with False.last updated 12/17/2017
Attributes Property
Folder Object, File Object
is to set, if optional newattributes is given and attribute is a read/write attribute, or to return the attributes of a folder or file of associated Folder or File Object.last updated 12/16/2017
AvailableSpace Property
Drive Object
is to return the amount of space available to a user on a drive or network share of associated Drive Object.last updated 12/14/2017
Column Property
TextStream Object
is to return the column number of the current character position in a line of a file of associated TextStream Objectlast updated 12/17/2017
CompareMode Property
Dictionary Object
is to set, if optional comparenew is given, or to return the comparison mode for comparing string keys of associated Dictionay Object.last updated 12/9/2017
Count Property
Dictionary Object, Drives Collection, Files Collection, Folders Collection, Matches Collection
is to return the read-only number of elements in the associated Collection or Object.last updated 12/9/2017
DateCreated Property
Folder Object, File Object
is to return the date and time that the folder or file of associated Folder or File Object was created.last updated 12/16/2017
DateLastAccessed Property
Folder Object, File Object
is to return the date and time that the folder or file of associated Folder or File Object was last accessed.last updated 12/16/2017
DateLastModified Property
Folder Object, File Object
is to return the date and time that the folder or file of associated Folder or File Object was last modified.last updated 12/16/2017
Description Property
Err Object
is to set, if optional stringexpression is given, or to return the Description Property Value of Err Object.last updated 12/10/2017
Drive Property
Folder Object, File Object
is to return the drive letter of a drive on which the folder or file of associated Folder or File Object resides.last updated 12/16/2017
DriveLetter Property
Drive Object
is to return the drive letter of a drive or a network share of associated Drive Object.last updated 12/14/2017
Drives Property
FileSystemObject Object
is to return a Drives Collection consisting of all Drive objects available in the file system.last updated 12/14/2017
DriveType Property
Drive Object
is to returns a value indicating the type of a Drive of associated Drive Object.last updated 12/14/2017
Files Property
Folder Object
is to return a Files Collection consisting of all File objects including those with hidden and system file attributes in a folder of associated Folder Object,last updated 12/16/2017
FileSystem Property
Drive Object
is to return the type of file system in use for the drive of associated Drive Object.last updated 12/15/2017
FirstIndex Property
RegExp Object, Match Object
is to return the position in a search string where a match of associated Match Object occurs.last updated 12/11/2017
FreeSpace Property
Drive Object
is to return the amount of free space available to a user on a drive or network share of associated Drive Object.last updated 12/15/2017
Global Property
RegExp Object
is to set, if optional Boolean value True or False is given, or to return a Boolean value of Global property of associated RegEXp Object indicating a pattern should match all occurrences with True or just match the first one with False in an entire search string.last updated 12/11/2017
HelpContext Property
Err Object
is to set, if optional contextID is given, or to return the context ID for a topic in a Help File of Err Object.last updated 12/10/2017
HelpFile Property
Err Object
is to set, if optional contextID is given, or to return the fully qualified path to a Help File of Err Object.last updated 12/10/2017
IgnoreCase Property
RegExp Object
is to set, if optional Boolean value True or False is given, or to return a Boolean value of IgnoreCase property of associated RegEXp Object indicating a pattern search is case-sensitive with False or not case-sensitive with True.last updated 12/11/2017
IsReady Property
Drive Object
is to return a Boolean value indicating the drive of associated Drive Object is ready with True or is not False.last updated 12/15/2017
IsRootFolder Property
Folder Object
is to return a Boolean value indicating the folder of associated Folder Object is a root folder with True or is not with False.last updated 12/16/2017
Item Property
Matches Collection,
is to return the read-only item of an element in the associated collection or Object according to the specified keylast updated 12/9/2017
Item Property
Dictionary Object
is to set, if optional itemnew is given, the item of an element with the specified key, or to create if the specified key is not found, an element with key, itemnew, or to return the item with the specified key in associated Dictionary Object.last updated 12/9/2017
Key Property
Dictionary Object
is to set the specified key of an element with the specified keynew key, or to create if the specified key is not found, an element with empty item in associated Dictionary Objectlast updated 12/9/2017
Length Property
RegExp Object, Match Object
is to return the length of a match of associated Match Object found in a search string.last updated 12/11/2017
Line Property
TextStream Object
is to return the current line number in a file of associated TextStream Object..last updated 12/17/2017
Name Property
Folder Object, File Object
is to set, if optional newname is given, or to return the name of a folder or file of associated Folder or File Object.last updated 12/16/2017
Number Property
Err Object
is to set, if optional errornumber is given, or to return numeric Number value of Err Object.last updated 12/10/2017
ParentFolder Property
Folder Object, File Object
is to return the parent folder of a folder of file of the associated Folder or File Object.last updated 12/16/2017
Path Property
Drive Object, Folder Object, File Object
is to return the path of a drive, folder, or file of associated Drive, Folder, or File Object.last updated 12/15/2017
Pattern Property
RegExp Object
is to set, if optional searchstring is given, or to return the pattern being searched for of associated RegExp Object.last updated 12/11/2017
RootFolder Property
Drive Object
is to return a Folder object representing the root folder of a drive of associated Drive Object.last updated 12/15/2017
SerialNumber Property
Drive Object
is to return the decimal serial number used to uniquely identify a disk volume of a drive or a network share of associated Drive Object.last updated 12/15/2017
ShareName Property
Drive Object
is to returns the network share name of a drive of associated Drive Object.last updated 12/15/2017
ShortName Property
Folder Object, File Object
is to return the short name of the associated Folder or File Object for programs require the earlier 8.3 naming convention.last updated 12/16/2017
ShortPath Property
Folder Object, File Object
is to return the short path of the associated Folder or File Object for programs require the earlier 8.3 naming convention.last updated 12/16/2017
Size Property
Folder Object, File Object
is to return the size in btyes of a folder including all files and subfolders, or a file of corresponding associated Folder or File Object.last updated 12/16/2017
Source Property
Err Object
is to set, if optional stringexpression is given, or to return the Source Property of Err Object containing the object or application name that originally generated the error.last updated 12/10/2017
SubFolders Property
Folder Object
is to retrun a Folders collection of all folders including those with hidden and system file attributes set inside a folder of associated Folder Objecter.last updated 12/16/2017
SubMatches Property
RegExp Object, Match Object
is to return all submatches of associated Match Object in form of SubMatches Object, called SubMatches Collection..last updated 12/11/2017
TotalSize Property
Drive Object
is to return the total space in bytes of a drive or network share of associated Drive Object..last updated 12/15/2017
Type Property
Folder Object, File Object
is to return the type of a folder or file of associated Folder or File Object..last updated 12/16/2017
Value Property
RegExp Object, Match Object
is to return the value or text of a match of associated Match Object found in a search string.last updated 12/11/2017
VolumeName Property
Drive Object
is to set, if optional newname is given, or to return the volume name of a drive of associated Drive Object.last updated 12/15/2017

Sideway BICK Blog

13/06


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