Files and Folders related Functions VBScript Runtime Properties Like the objects in the WSH core object model, VBScript runtime objects provide an extensive supply of properties. You can use the properties to view or change numerous file system attributes. These properties are listed here. · AtEndOfLine . Returns a value of either true or false depending on whether the file pointer precedes the TextStream file’s end-of-line marker. · AtEndOfStream . Returns a value of either true or false depending on whether the end of a TextStream file has been reached. · Attributes . Retrieves or sets file and folder attributes. · AvailableSpace . Retrieves the amount of free space available on a drive. · Column . Retrieves the current column position within a TextStream file. · CompareMode . Retrieves or sets the comparison mode used to compare a Dictionary object’s string keys. · Count . Returns a count of the items in a col...