home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 September / PCWorld_2002-09_cd.bin / Software / Topware / pspad / Context / JScript.DEF < prev    next >
Text File  |  2001-08-15  |  29KB  |  534 lines

  1. ; Tento soubor obsahuje makra programu PSPad pro JavaScript
  2. ;
  3. ; ╪ßdky zaΦφnajφcφ st°ednφkem a prßzdnΘ °ßdky jsou ignorovßny
  4. ;
  5. ; Formßt p°φkaz∙ :
  6. ;  [jmΘno_p°φkazu | popis p°φkazu (libovoln² text)]*klßvesovß_zkratka
  7. ;  °ßdek p°φkazu, kter² bude vlo╛en
  8. ;  °ßdek p°φkazu, kter² bude vlo╛en ...
  9. ;
  10. ; hlaviΦka p°φkazu je uzav°ena do [], znak | slou╛φ jako odd∞lovaΦ
  11. ; jmΘna p°φkazu a komentß°e.
  12. ; * urΦuje nepovinnou klßvesovou zkratku
  13. ; pokud °ßdek p°φkazu obsahuje znak |, kurzor se po vlo╛enφ do
  14. ; textu zastavφ na tomto mφst∞
  15. ; pokud °ßdek p°φkazu obsahuje znak º, bude zde vlo╛en oznaΦen² text
  16. ;
  17. ; autor: ing. Jan Fiala pspad@wo.cz
  18. ; poslednφ revize: 14.8.2001
  19. ;
  20. [abs | Returns the absolute value of a number]
  21. abs(|number)
  22. [acos | Returns the arccosine of a number]
  23. acos(|number)
  24. [Add | Adds a key and item pair to a Dictionary object]
  25. Add (|key, item)
  26. [Add | Adds a new Folder to a Folders collection]
  27. Add (|folderName)
  28. [anchor | Places an HTML anchor with a NAME attribute around specified text in the object]
  29. anchor(|anchorString)
  30. [apply | Applies a method of an object, substituting another object for the current object]
  31. apply(|[thisObj[,argArray]])
  32. [asin | Returns the arcsine of a number]
  33. asin(|number)
  34. [atan | Returns the arctangent of a number]
  35. atan(|number)
  36. [atan2 | Returns the angle (in radians) from the X axis to a point (y,x)]
  37. atan2(|y, x)
  38. [atEnd | Returns a Boolean value indicating if the enumerator is at the end of the collection]
  39. atEnd()|
  40. [big | Places HTML <BIG> tags around text in a String object]
  41. big()|
  42. [blink | Places HTML <BLINK> tags around text in a String object]
  43. blink()|
  44. [bold | Places HTML <B> tags around text in a String object]
  45. bold()|
  46. [BuildPath | Appends a name to an existing path]
  47. BuildPath(|path, name)
  48. [call | Calls a method of an object, substituting another object for the current object]
  49. call(|[thisObj[, arg1[, arg2[,   [, argN]]]]])
  50. [ceil | Returns the smallest integer greater than or equal to its numeric argument]
  51. ceil(|number)
  52. [charAt | Returns the character at the specified index]
  53. charAt(|index)
  54. [charCodeAt | Returns an integer representing the Unicode encoding of the character at the specified location]
  55. charCodeAt(|index)
  56. [Close | Closes an open TextStream file]
  57. Close();|
  58. [compile | Compiles a regular expression into an internal format for faster execution]
  59. compile(|pattern, [flags])
  60. [concat | Returns a new array consisting of a combination of two or more arrays]
  61. concat(|[item1[, item2[, . . . [, itemN]]]])
  62. [concat | Returns a string value containing the concatenation of two or more supplied strings]
  63. concat(|[string2[, string3[, . . . [, stringN]]]])
  64. [Copy | Copies a specified file or folder from one location to another]
  65. Copy(| destination[, overwrite] );
  66. [CopyFile | Copies one or more files from one location to another]
  67. CopyFile (| source, destination[, overwrite] )
  68. [CopyFolder | Recursively copies a folder from one location to another]
  69. CopyFolder (| source, destination[, overwrite] );
  70. [cos | Returns the cosine of a number]
  71. cos(|number)
  72. [CreateFolder | Creates a folder]
  73. CreateFolder(|foldername)
  74. [CreateTextFile | Creates a specified file name and returns a TextStream object that can be used to read from or write to the file]
  75. CreateTextFile(|filename[, overwrite[, unicode]])
  76. [decodeURI | Returns the unencoded version of an encoded Uniform Resource Identifier (URI)]
  77. decodeURI(|URIstring)
  78. [decodeURIComponent | Returns the unencoded version of an encoded component of a Uniform Resource Identifier (URI)]
  79. decodeURIComponent(|encodedURIString)
  80. [Delete | Deletes a specified file or folder]
  81. Delete(| force );
  82. [DeleteFile | Deletes a specified file]
  83. DeleteFile (| filespec[, force] );
  84. [DeleteFolder | Deletes a specified folder and its contents]
  85. DeleteFolder (| folderspec[, force] );
  86. [dimensions | Returns the number of dimensions in a VBArray]
  87. dimensions()|
  88. [DriveExists | Returns True if the specified drive exists; False if it does not]
  89. DriveExists(|drivespec)
  90. [encodeURIComponent | Encodes a text string as a valid component of a Uniform Resource Identifier (URI)]
  91. encodeURIComponent(|encodedURIString)
  92. [escape | Encodes String objects so they can be read on all computers]
  93. escape(|charString)
  94. [eval | Evaluates JScript code and executes it]
  95. eval(|codeString)
  96. [exec | Executes a search on a string using a regular expression pattern, and returns an array containing the results of that search]
  97. exec(|str)
  98. [Exists | Returns true if a specified key exists in the Dictionary object, false if it does not]
  99. Exists(|key)
  100. [exp | Returns e (the base of natural logarithms) raised to a power]
  101. exp(|number)
  102. [encodeURI | Encodes a text string as a valid Uniform Resource Identifier (URI]
  103. encodeURI(|URIString)
  104. [FileExists | Returns True if a specified file exists; False if it does not]
  105. FileExists(|filespec)
  106. [fixed | Places HTML <TT> tags around text in a String object]
  107. fixed()|
  108. [floor | Returns the greatest integer less than or equal to its numeric argument]
  109. floor(|number)
  110. [FolderExists | Returns True if a specified folder exists; False if it does not]
  111. FolderExists(|folderspec)
  112. [fontcolor | Places an HTML <FONT> tag with the COLOR attribute around the text in a String object]
  113. fontcolor(|colorVal)
  114. [fontsize | Places an HTML <FONT> tag with the SIZE attribute around the text in a String object]
  115. fontsize(|intSize)
  116. [fromCharCode | Returns a string from a number of Unicode character values]
  117. fromCharCode(|[code1[, code2[, ...[, codeN]]]])
  118. [GetAbsolutePathName | Returns a complete and unambiguous path from a provided path specification]
  119. GetAbsolutePathName(|pathspec)
  120. [GetBaseName | Returns a string containing the base name of the last component, less any file extension, in a path]
  121. GetBaseName(|path)
  122. [getDate | Returns the day of the month value in a Date object using local time]
  123. getDate()|
  124. [getDay | Returns the day of the week value in a Date object using local time]
  125. getDay()|
  126. [GetDrive | Returns a Drive object corresponding to the drive in a specified path]
  127. GetDrive (| drivespec );
  128. [GetDriveName | Returns a string containing the name of the drive for a specified path]
  129. GetDriveName(|path)
  130. [GetExtensionName | Returns a string containing the extension name for the last component in a path]
  131. GetExtensionName(|path)
  132. [GetFile | Returns a File object corresponding to the file in a specified path]
  133. GetFile(|filespec)
  134. [GetFileName | Returns the last component of specified path that is not part of the drive specification]
  135. GetFileName(|pathspec)
  136. [getFileVersion | Returns the version number of a specified file]
  137. GetFileVersion(|pathspec)
  138. [GetFolder | Returns a Folder object corresponding to the folder in a specified path]
  139. GetFolder(|folderspec)
  140. [getFullYear | Returns the year value in the Date object using local time]
  141. getFullYear()|
  142. [getHours | Returns the hours value in a Date object using local time]
  143. getHours()|
  144. [getItem | Returns the item at the specified location]
  145. getItem(|dimension1[, dimension2, ...], dimensionN)
  146. [getMilliseconds | Returns the milliseconds value in a Date object using local time]
  147. getMilliseconds()|
  148. [getMinutes | Returns the minutes value in a Date object using local time]
  149. getMinutes()|
  150. [getMonth | Returns the month value in the Date object using local time]
  151. getMonth()|
  152. [GetParentFolderName | Returns a string containing the name of the parent folder of the last component in a specified path]
  153. GetParentFolderName(|path)
  154. [getSeconds | Returns the seconds value in a Date object using local time]
  155. getSeconds()|
  156. [GetSpecialFolder | Returns the special folder object specified]
  157. GetSpecialFolder(|folderspec)
  158. [GetTempName | Returns a randomly generated temporary file or folder name that is useful for performing operations that require a temporary file or folder]
  159. GetTempName ();|
  160. [getTime | Returns the time value in a Date object]
  161. getTime()|
  162. [getTimezoneOffset | Returns the difference in minutes between the time on the host computer and Universal Coordinated Time (UTC)]
  163. getTimezoneOffset()|
  164. [getUTCDate | Returns the date in a Date object using Universal Coordinated Time (UTC)]
  165. getUTCDate()|
  166. [getUTCDay | Returns the day of the week value in a Date object using Universal Coordinated Time (UTC)]
  167. getUTCDay()|
  168. [getUTCFullYear | Returns the year value in a Date object using Universal Coordinated Time (UTC)]
  169. getUTCFullYear()|
  170. [getUTCHours | Returns the hours value in a Date object using Universal Coordinated Time (UTC)]
  171. getUTCHours()|
  172. [getUTCMilliseconds | Returns the milliseconds value in a Date object using Universal Coordinated Time (UTC)]
  173. getUTCMilliseconds()|
  174. [getUTCMinutes | Returns the minutes value in a Date object using Universal Coordinated Time (UTC)]
  175. getUTCMinutes()|
  176. [getUTCMonth | Returns the month value value in a Date object using Universal Coordinated Time (UTC)]
  177. getUTCMonth()|
  178. [getUTCSeconds | Returns the seconds value in a Date object using Universal Coordinated Time (UTC)]
  179. getUTCSeconds()|
  180. [getVarDate | Returns the VT_DATE value in a Date object]
  181. getVarDate()|
  182. [getYear | Returns the year value in a Date object]
  183. getYear()|
  184. [hasOwnProperty | Returns a Boolean value indicating whether an object has a property with the specified name]
  185. hasOwnProperty(|proName)
  186. [indexOf | Returns the character position where the first occurrence of a substring occurs within a String object]
  187. indexOf(|subString[, startIndex])
  188. [isFinite | Returns a Boolean value that indicates if a supplied number is finite]
  189. isFinite(|number)
  190. [isNaN | Returns a Boolean value that indicates whether a value is the reserved value NaN (not a number)]
  191. isNaN(|numValue)
  192. [isPrototypeOf | Returns a Boolean value indicating whether an object exists in another object's prototype chain]
  193. isPrototypeOf(|object2)
  194. [italics | Places HTML <I> tags around text in a String object]
  195. italics(| )
  196. [item | Returns the current item in the collection]
  197. item()|
  198. [Items | Returns an array containing all the items in a Dictionary object]
  199. Items()|
  200. [join | Returns a string value consisting of all the elements of an array concatenated together and separated by the specified separator character]
  201. join(|separator)
  202. [Keys | Returns an array containing all existing keys in a Dictionary object]
  203. Keys()|
  204. [lastIndexOf | Returns the last occurrence of a substring within a String object]
  205. lastIndexOf(|substring[, startindex])
  206. [lbound | Returns the lowest index value used in the specified dimension of a VBArray]
  207. lbound(|dimension)
  208. [link | Places an HTML anchor with an HREF attribute around the text in a String object]
  209. link(|linkstring)
  210. [localeCompare | Returns a value indicating whether two strings are equivalent in the current locale]
  211. localeCompare(|stringExp)
  212. [log | Returns the natural logarithm of a number]
  213. log(|number)
  214. [match | Executes a search on a string using a regular expression pattern, and returns an array containing the results of that search]
  215. match(|rgExp)
  216. [max | Returns the greater of zero or more supplied numeric expressions]
  217. max(|[number1[, number2[. . . [, numberN]]]])
  218. [min | Returns the lesser of zero or more supplied numeric expressions]
  219. min(|[number1[, number2[. . . [,numberN]]]])
  220. [Move | Moves a specified file or folder from one location to another]
  221. Move(| destination );
  222. [MoveFile | Moves one or more files from one location to another]
  223. MoveFile (| source, destination );
  224. [moveFirst | Resets the current item in the collection to the first item]
  225. moveFirst(| )
  226. [MoveFolder | Moves one or more folders from one location to another]
  227. MoveFolder (| source, destination );
  228. [moveNext | Moves the current item to the next item in the collection]
  229. moveNext()|
  230. [OpenAsTextStream | Opens a specified file and returns a TextStream object that can be used to read from, write to, or append to the file]
  231. OpenAsTextStream(|[iomode, [format]])
  232. [OpenTextFile | Opens a specified file and returns a TextStream object that can be used to read from, write to, or append to the file]
  233. OpenTextFile(|filename[, iomode[, create[, format]]])
  234. [parse | Parses a string containing a date, and returns the number of milliseconds between that date and midnight, January 1, 1970]
  235. parse(|dateVal)
  236. [parseFloat | Returns a floating-point number converted from a string]
  237. parseFloat(|numString)
  238. [parseInt | Returns an integer converted from a string]
  239. parseInt(|numString, [radix])
  240. [pop | Removes the last element from an array and returns it]
  241. pop()|
  242. [pow | Returns the value of a base expression taken to a specified power]
  243. pow(|base, exponent)
  244. [push | Appends new elements to an array, and returns the new length of the array]
  245. push(|[item1 [item2 [. . . [itemN ]]]])
  246. [random | Returns a pseudorandom number between 0 and 1]
  247. random(| )
  248. [Read | Reads a specified number of characters from a TextStream file and returns the resulting string]
  249. Read(|characters)
  250. [ReadAll | Reads an entire TextStream file and returns the resulting string]
  251. ReadAll();|
  252. [ReadLine | Reads an entire line (up to, but not including, the newline character) from a TextStream file and returns the resulting string]
  253. ReadLine()|
  254. [Remove | Removes a key, item pair from a Dictionary object]
  255. Remove(|key)
  256. [RemoveAll | The RemoveAll method removes all key, item pairs from a Dictionary object]
  257. RemoveAll()|
  258. [replace | Returns a copy of a string with text replaced using a regular expression or search string]
  259. replace(|rgExp, replaceText)
  260. [reverse | Returns an Array object with the elements reversed]
  261. reverse(| )
  262. [round | Returns a supplied numeric expression rounded to the nearest integer]
  263. round(|number)
  264. [search | Returns the position of the first substring match in a regular expression search]
  265. search(|rgExp)
  266. [setDate | Sets the numeric date of the Date object using local time]
  267. setDate(|numDate)
  268. [setFullYear | Sets the year value in the Date object using local time]
  269. setFullYear(|numYear[, numMonth[, numDate]])
  270. [setHours | Sets the hour value in the Date object using local time]
  271. setHours(|numHours[, numMin[, numSec[, numMilli]]])
  272. [setMilliseconds | Sets the milliseconds value in the Date object using local time]
  273. setMilliseconds(|numMilli)
  274. [setMinutes | Sets the minutes value in the Date object using local time]
  275. setMinutes(|numMinutes[, numSeconds[, numMilli]])
  276. [setMonth | Sets the month value in the Date object using local time]
  277. setMonth(|numMonth[, dateVal])
  278. [setSeconds | Sets the seconds value in the Date object using local time]
  279. setSeconds(|numSeconds[, numMilli])
  280. [setTime | Sets the date and time value in the Date object]
  281. setTime(|milliseconds)
  282. [setUTCDate | Sets the numeric date in the Date object using Universal Coordinated Time (UTC)]
  283. setUTCDate(|numDate)
  284. [setUTCFullYear | Sets the year value in the Date object using Universal Coordinated Time (UTC)]
  285. setUTCFullYear(|numYear[, numMonth[, numDate]])
  286. [setUTCHours | Sets the hours value in the Date object using Universal Coordinated Time (UTC)]
  287. setUTCHours(|numHours[, numMin[, numSec[, numMilli]]])
  288. [setUTCMilliseconds | Sets the milliseconds value in the Date object using Universal Coordinated Time (UTC)]
  289. setUTCMilliseconds(|numMilli)
  290. [setUTCMinutes | Sets the minutes value in the Date object using Universal Coordinated Time (UTC)]
  291. setUTCMinutes(|numMinutes[, numSeconds[, numMilli]])
  292. [setUTCMonth | Sets the month value in the Date object using Universal Coordinated Time (UTC)]
  293. setUTCMonth(|numMonth[, dateVal])
  294. [setUTCSeconds | Sets the seconds value in the Date object using Universal Coordinated Time (UTC)]
  295. setUTCSeconds(|numSeconds[, numMilli])
  296. [setYear | Sets the year value in the Date object]
  297. setYear(|numYear)
  298. [shift | Removes the first element from an array and returns it]
  299. shift()|
  300. [sin | Returns the sine of a number]
  301. sin(|number)
  302. [Skip | Skips a specified number of characters when reading a TextStream file]
  303. Skip(|characters)
  304. [SkipLine | Skips the next line when reading a TextStream file]
  305. SkipLine()|
  306. [slice | Returns a section of an array]
  307. slice(|start, [end])
  308. [slice | Returns a section of a string]
  309. slice(|start, [end])
  310. [small | Places HTML <SMALL> tags around text in a String object]
  311. small(| )
  312. [sort | Returns an Array object with the elements sorted]
  313. sort(|sortFunction)
  314. [splice | Removes elements from an array and, if necessary, inserts new elements in their place, returning the deleted elements]
  315. splice(|start, deleteCount, [item1[, item2[, . . . [,itemN]]]])
  316. [split | Returns the array of strings that results when a string is separated into substrings]
  317. split(|[separator[, limit]])
  318. [sqrt | Returns the square root of a number]
  319. sqrt(|number)
  320. [strike | Places HTML <STRIKE> tags around text in a String object]
  321. strike(| )
  322. [sub | Places HTML <SUB> tags around text in a String object]
  323. sub(| )
  324. [substr | Returns a substring beginning at a specified location and having a specified length]
  325. substr(|start [, length ])
  326. [substring | Returns the substring at the specified location within a String object]
  327. substring(|start, end)
  328. [sup | Places HTML <SUP> tags around text in a String object]
  329. sup(| )
  330. [tan | Returns the tangent of a number]
  331. tan(|number)
  332. [test | Returns a Boolean value that indicates whether or not a pattern exists in a searched string]
  333. test(|str)
  334. [toArray | Returns a standard JScript array converted from a VBArray]
  335. toArray(| )
  336. [toDateString | Returns a date as a string value]
  337. toDateString()|
  338. [toExponential | Returns a string containing a number represented in exponential notation]
  339. toExponential(|[fractionDigits])
  340. [toFixed | Returns a string representing a number in fixed-point notation]
  341. toFixed(|[fractionDigits])
  342. [toGMTString | Returns a date converted to a string using Greenwich Mean Time(GMT)]
  343. toGMTString()|
  344. [toLocaleDateString | Returns a date as a string value appropriate to the host environmentÆs current locale]
  345. toLocaleDateString()|
  346. [toLocaleLowerCase | Returns a string where all alphabetic characters have been converted to lowercase, taking into account the host environment's current locale]
  347. tolocaleLowerCase()|
  348. [toLocaleString | Returns a date converted to a string using the current locale]
  349. toLocaleString()|
  350. [toLocaleTimeString | Returns a time as a string value appropriate to the host environmentÆs current locale]
  351. toLocaleTimeString()|
  352. [toLocaleUpperCase | Returns a string where all alphabetic characters have been converted to uppercase, taking into account the host environment's current locale]
  353. tolocaleUpperCase()|
  354. [toLowerCase | Returns a string where all alphabetic characters have been converted to lowercase]
  355. toLowerCase(| )
  356. [toPrecision | Returns a string containing a number represented either in exponential or fixed-point notation with a specified number of digits]
  357. toPrecision (|[precision])
  358. [toString | Returns a string representation of an object]
  359. toString(|[radix])
  360. [toTimeString | Returns a time as a string value]
  361. toTimeString()|
  362. [toUpperCase | Returns a string where all alphabetic characters have been converted to uppercase]
  363. toUpperCase(| )
  364. [toUTCString | Returns a date converted to a string using Universal Coordinated Time (UTC)]
  365. toUTCString()|
  366. [ubound | Returns the highest index value used in the specified dimension of the VBArray]
  367. ubound(|dimension)
  368. [unescape | Decodes String objects encoded with the escape method]
  369. unescape(|charString)
  370. [unshift | Returns an array with specified elements inserted at the beginning]
  371. unshift(|[item1[, item2 [, . . . [, itemN]]]])
  372. [UTC | Returns the number of milliseconds between midnight, January 1, 1970 Universal Coordinated Time (UTC) (or GMT) and the supplied date]
  373. UTC(|year, month, day[, hours[, minutes[, seconds[,ms]]]])
  374. [valueOf | Returns the primitive value of the specified object]
  375. valueOf(| )
  376. [Write | Writes a specified string to a TextStream file]
  377. Write(|string)
  378. [WriteBlankLines | Writes a specified number of newline characters to a TextStream file]
  379. WriteBlankLines(|lines)
  380. [WriteLine | Writes a specified string and newline character to a TextStream file]
  381. WriteLine(|[string])
  382. [arguments | Returns the arguments object for the currently executing Function object]
  383. arguments|
  384. [AtEndOfLine | Returns true if the file pointer is positioned immediately before the end-of-line marker in a TextStream file; false if it is not. Read-only]
  385. AtEndOfLine|
  386. [AtEndOfStream | Returns true if the file pointer is at the end of a TextStream file; false if it is not. Read-only]
  387. AtEndOfStream|
  388. [Attributes | Sets or returns the attributes of files or folders. Read/write or read-only, depending on the attribute]
  389. Attributes |[= newattributes]
  390. [AvailableSpace | Returns the amount of space available to a user on the specified drive or network share]
  391. AvailableSpace|
  392. [callee | Returns the Function object being executed, that is the body text of the specified Function object]
  393. ]arguments.callee|
  394. [caller | Returns a reference to the function that invoked the current function]
  395. caller|
  396. [Column | Read-only property that returns the column number of the current character position in a TextStream file]
  397. Column|
  398. [CompareMode | Sets and returns the comparison mode for comparing string keys in a Dictionary object]
  399. CompareMode|[ = compare]
  400. [constructor | Specifies the function that creates an object]
  401. constructor|
  402. [Count | Returns the number of items in a collection or Dictionary object. Read-only]
  403. Count|
  404. [DateCreated | Returns the date and time that the specified file or folder was created. Read-only]
  405. DateCreated|
  406. [DateLastAccessed | Returns the date and time that the specified file or folder was last accessed. Read-only]
  407. DateLastAccessed|
  408. [DateLastModified | Returns the date and time that the specified file or folder was last modified. Read-only]
  409. DateLastModified|
  410. [description | Returns or sets the descriptive string associated with a specific error]
  411. description |[= stringExpression]
  412. [Drive | Returns the drive letter of the drive on which the specified file or folder resides. Read-only]
  413. Drive|
  414. [DriveLetter | Returns the drive letter of a physical local drive or a network share. Read-only]
  415. DriveLetter|
  416. [Drives | Returns a Drives collection consisting of all Drive objects available on the local machine]
  417. Drives|
  418. [DriveType | Returns a value indicating the type of a specified drive]
  419. DriveType|
  420. [E | Returns Euler's constant, the base of natural logarithms. The E property is approximately equal to 2.718]
  421. E|
  422. [Files | Returns a Files collection consisting of all File objects contained in the specified folder, including those with hidden and system file attributes set]
  423. Files|
  424. [FileSystem | Returns the type of file system in use for the specified drive]
  425. FileSystem|
  426. [FreeSpace | Returns the amount of free space available to a user on the specified drive or network share. Read-only]
  427. FreeSpace|
  428. [global | Returns a Boolean value indicating the state of the global flag (g) used with a regular expression. Default is false. Read-only]
  429. global|
  430. [ignoreCase | Returns a Boolean value indicating the state of the ignoreCase flag (i) used with a regular expression. Default is false. Read-only]
  431. ignoreCase|
  432. [index | Returns the character position where the first successful match begins in a searched string. Read-only]
  433. index|
  434. [Infinity | Returns an initial value of Number.POSITIVE_INFINITY]
  435. Infinity|
  436. [input | Returns the string against which a regular expression search was performed. Read-only]
  437. input|
  438. [IsReady | Returns True if the specified drive is ready; False if it is not]
  439. IsReady|
  440. [IsRootFolder | Returns True if the specified folder is the root folder; False if it is not]
  441. IsRootFolder|
  442. [Item | Sets or returns an item for a specified key in a Dictionary object. For collections, returns an item based on the specified key. Read/write]
  443. Item(|key)[ = newitem]
  444. [Key | Sets a key in a Dictionary object]
  445. Key(|key) = newkey
  446. [lastIndex | Returns the character position where  the next match begins in a searched string]
  447. lastIndex|
  448. [lastMatch | Returns the last matched characters from any regular expression search. Read-only]
  449. lastMatch|
  450. [lastParen | Returns the last parenthesized submatch from any regular expression search, if any. Read-only]
  451. lastParen|
  452. [leftContext | Returns the characters from the beginning of a searched string up to the position before the beginning of the last match. Read-only]
  453. leftContext|
  454. [length | Returns the actual number of arguments passed to a function by the caller]
  455. ]arguments.length|
  456. [length | Returns an integer value one higher than the highest element defined in an array]
  457. length|
  458. [length | Returns the number of arguments defined for a function]
  459. length|
  460. [length | Returns the length of a String object]
  461. length|
  462. [Line | Read-only property that returns the current line number in a TextStream file]
  463. Line|
  464. [LN10 | Returns the natural logarithm of 10]
  465. LN10|
  466. [LN2 | Returns the natural logarithm of 2]
  467. LN2|
  468. [LOG10E | Returns the base-10 logarithm of e, Euler's constant]
  469. LOG10E|
  470. [LOG2E | Returns the base-2 logarithm of e, Euler's constant]
  471. LOG2E|
  472. [MAX_VALUE | Returns the largest number representable in JScript. Equal to approximately 1.79E+308]
  473. MAX_VALUE|
  474. [message | Returns an error message string]
  475. message|
  476. [MIN_VALUE | Returns the number closest to zero representable in JScript. Equal to approximately 5.00E-324]
  477. MIN_VALUE|
  478. [multiline | Returns a Boolean value indicating the state of the multiline flag (m) used with a regular expression. Default is false. Read-only]
  479. multiline|
  480. [Name | Sets or returns the name of a specified file or folder. Read/write]
  481. Name |[= newname]
  482. [name | Returns the name of an error]
  483. name|
  484. [NaN | Returns the special value NaN indicating that an expression is not a number]
  485. NaN|
  486. [NaN | A special value that indicates an arithmetic expression returned a value that was not a number]
  487. NaN|
  488. [NEGATIVE_INFINITY | Returns a value more negative than the largest negative number (-Number.MAX_VALUE) representable in JScript]
  489. NEGATIVE_INFINITY|
  490. [number | Returns or sets the numeric value associated with a specific error. The Error object's default property is number]
  491. number |[= errorNumber]
  492. [ParentFolder | Returns the folder object for the parent of the specified file or folder. Read-only]
  493. ParentFolder|
  494. [Path | Returns the path for a specified file, folder, or drive]
  495. Path|
  496. [PI | Returns the ratio of the circumference of a circle to its diameter, approximately 3.141592653589793]
  497. PI|
  498. [POSITIVE_INFINITY | Returns a value larger than the largest number (Number.MAX_VALUE) that can be represented in JScript]
  499. POSITIVE_INFINITY|
  500. [propertyIsEnumerable | Returns a Boolean value indicating whether a specified property is part of an object and if it is enumerable]
  501. propertyIsEnumerable(|proName)
  502. [prototype | Returns a reference to the prototype for a class of objects]
  503. prototype|
  504. [rightContext | Returns the characters from the position following the last match to the end of the searched string. Read-only]
  505. rightContext|
  506. [RootFolder | Returns a Folder object representing the root folder of a specified drive. Read-only]
  507. RootFolder|
  508. [SerialNumber | Returns the decimal serial number used to uniquely identify a disk volume]
  509. SerialNumber|
  510. [ShareName | Returns the network share name for a specified drive]
  511. ShareName|
  512. [ShortName | Returns the short name used by programs that require the earlier 8.3 naming convention]
  513. ShortName|
  514. [ShortPath | Returns the short path used by programs that require the earlier 8.3 file naming convention]
  515. ShortPath|
  516. [Size | For files, returns the size, in bytes, of the specified file. For folders, returns the size, in bytes, of all files and subfolders contained in the folder]
  517. Size|
  518. [source | Returns a copy of the text of the regular expression pattern. Read-only]
  519. source|
  520. [SQRT1_2 | Returns he square root of 0.5, or one divided by the square root of 2]
  521. SQRT1_2|
  522. [SQRT2 | Returns the square root of 2]
  523. SQRT2|
  524. [SubFolders | Returns a Folders collection consisting of all folders contained in a specified folder, including those with hidden and system file attributes set]
  525. SubFolders|
  526. [TotalSize | Returns the total space, in bytes, of a drive or network share]
  527. TotalSize|
  528. [Type | Returns information about the type of a file or folder. For example, for files ending in .TXT, "Text Document" is returned]
  529. Type|
  530. [undefined | Returns an initial value of undefined]
  531. undefined|
  532. [VolumeName | Sets or returns the volume name of the specified drive. Read/write]
  533. VolumeName |[= newname]
  534.