home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 September / PCWorld_2002-09_cd.bin / Software / Topware / pspad / Context / VBScript.DEF < prev   
Text File  |  2002-07-12  |  11KB  |  209 lines

  1. ; Tento soubor obsahuje makra programu PSPad pro VBScript
  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. [Add | Adds a key and item pair to a Dictionary object]
  21. Add |key, item
  22. [Add | Adds a new Folder to a Folders collection]
  23. Add(|folderName)
  24. [BuildPath | Appends a name to an existing path]
  25. BuildPath(|path, name)
  26. [Clear | Clears all property settings of the Err object]
  27. Clear|
  28. [Close | Closes an open TextStream file]
  29. Close|
  30. [Copy | Copies a specified file or folder from one location to another]
  31. Copy destination|[, overwrite]
  32. [CopyFile | Copies one or more files from one location to another]
  33. CopyFile source, destination|[, overwrite]
  34. [CopyFolder | Recursively copies a folder from one location to another]
  35. CopyFolder source, destination|[, overwrite]
  36. [CreateFolder | Creates a folder]
  37. CreateFolder(|foldername)
  38. [CreateTextFile | Creates a specified file name and returns a TextStream object that can be used to read from or write to the file]
  39. CreateTextFile(|filename[, overwrite[, unicode]])
  40. [Delete | Deletes a specified file or folder]
  41. Delete |force
  42. [DeleteFile | Deletes a specified file]
  43. DeleteFile filespec|[, force]
  44. [DeleteFolder | Deletes a specified folder and its contents]
  45. DeleteFolder folderspec|[, force]
  46. [DriveExists | Returns True if the specified drive exists; False if it does not]
  47. DriveExists(|drivespec)
  48. [Execute | Executes a regular expression search against a specified string]
  49. Execute(|string)
  50. [Exists | Returns True if a specified key exists in the Dictionary object, False if it does not]
  51. Exists(|key)
  52. [FileExists | Returns True if a specified file exists; False if it does not]
  53. FileExists(|filespec)
  54. [FolderExists | Returns True if a specified folder exists; False if it does not]
  55. FolderExists(|folderspec)
  56. [GetAbsolutePathName | Returns a complete and unambiguous path from a provided path specification]
  57. GetAbsolutePathName(|pathspec)
  58. [GetBaseName | Returns a string containing the base name of the file (less any file extension), or folder in a provided path specification]
  59. GetBaseName(|path)
  60. [GetDrive | Returns a Drive object corresponding to the drive in a specified path]
  61. GetDrive |drivespec
  62. [GetDriveName | Returns a string containing the name of the drive for a specified path]
  63. GetDriveName(|path)
  64. [GetExtensionName | Returns a string containing the extension name for the last component in a path]
  65. GetExtensionName(|path)
  66. [GetFile | Returns a File object corresponding to the file in a specified path]
  67. GetFile(|filespec)
  68. [GetFileName | Returns the last file name or folder of a specified path that is not part of the drive specification]
  69. GetFileName(|pathspec)
  70. [GetFolder | Returns a Folder object corresponding to the folder in a specified path]
  71. GetFolder(|folderspec)
  72. [GetParentFolderName | Returns a string containing the name of the parent folder of the last file or folder in a specified path]
  73. GetParentFolderName(|path)
  74. [GetSpecialFolder | Returns the special folder specified]
  75. GetSpecialFolder(|folderspec)
  76. [GetTempName | Returns a randomly generated temporary file or folder name that is useful for performing operations that require a temporary file or folder]
  77. GetTempName|
  78. [Items | Returns an array containing all the items in a Dictionary object]
  79. Items|
  80. [Keys | Returns an array containing all existing keys in a Dictionary object]
  81. Keys|
  82. [Move | Moves a specified file or folder from one location to another]
  83. Move |destination
  84. [MoveFile | Moves one or more files from one location to another]
  85. MoveFile |source, destination
  86. [MoveFolder | Moves one or more folders from one location to another]
  87. MoveFolder |source, destination
  88. [OpenAsTextStream | Opens a specified file and returns a TextStream object that can be used to read from, write to, or append to the file]
  89. OpenAsTextStream(|[iomode, [format]])
  90. [OpenTextFile | Opens a specified file and returns a TextStream object that can be used to read from, write to, or append to the file]
  91. OpenTextFile(|filename[, iomode[, create[, format]]])
  92. [Raise | Generates a run-time error]
  93. Raise(|number, source, description, helpfile, helpcontext)
  94. [Read | Reads a specified number of characters from a TextStream file and returns the resulting string]
  95. Read(|characters)
  96. [ReadAll | Reads an entire TextStream file and returns the resulting string]
  97. ReadAll|
  98. [ReadLine | Reads an entire line (up to, but not including, the newline character) from a TextStream file and returns the resulting string]
  99. ReadLine|
  100. [Remove | Removes a key, item pair from a Dictionary object]
  101. Remove(|key)
  102. [RemoveAll | The RemoveAll method removes all key, item pairs from a Dictionary object]
  103. RemoveAll|
  104. [Replace | Replaces text found in a regular expression search]
  105. Replace(|string1, string2)
  106. [Skip | Skips a specified number of characters when reading a TextStream file]
  107. Skip(|characters)
  108. [SkipLine | Skips the next line when reading a TextStream file]
  109. SkipLine|
  110. [Test | Executes a regular expression search against a specified string and returns a Boolean value that indicates if a pattern match was found]
  111. Test(|string)
  112. [Write | Writes a specified string to a TextStream file]
  113. Write(|string)
  114. [WriteBlankLines | Writes a specified number of newline characters to a TextStream file]
  115. WriteBlankLines(|lines)
  116. [WriteLine | Writes a specified string and newline character to a TextStream file]
  117. WriteLine(|[string])
  118. [AtEndOfLine | Returns True if the file pointer immediately precedes the end-of-line marker in a TextStream file; False if it is not. Read-only]
  119. AtEndOfLine|
  120. [AtEndOfStream | Returns True if the file pointer is at the end of a TextStream file; False if it is not. Read-only]
  121. AtEndOfStream|
  122. [Attributes | Sets or returns the attributes of files or folders. Read/write or read-only, depending on the attribute]
  123. Attributes |[= newattributes]
  124. [AvailableSpace | Returns the amount of space available to a user on the specified drive or network share]
  125. AvailableSpace|
  126. [Column | Read-only property that returns the column number of the current character position in a TextStream file]
  127. Column|
  128. [CompareMode | Sets and returns the comparison mode for comparing string keys in a Dictionary object]
  129. CompareMode|[ = compare]
  130. [Count | Returns the number of items in a collection or Dictionary object. Read-only]
  131. Count|
  132. [DateCreated | Returns the date and time that the specified file or folder was created. Read-only]
  133. DateCreated|
  134. [DateLastAccessed | Returns the date and time that the specified file or folder was last accessed. Read-only]
  135. DateLastAccessed|
  136. [DateLastModified | Returns the date and time that the specified file or folder was last modified. Read-only]
  137. DateLastModified|
  138. [Description | Returns or sets a descriptive string associated with an error]
  139. Description |[= stringexpression]
  140. [Drive | Returns the drive letter of the drive on which the specified file or folder resides. Read-only]
  141. Drive|
  142. [DriveLetter | Returns the drive letter of a physical local drive or a network share. Read-only]
  143. DriveLetter|
  144. [Drives | Returns a Drives collection consisting of all Drive objects available on the local machine]
  145. Drives|
  146. [DriveType | Returns a value indicating the type of a specified drive]
  147. DriveType|
  148. [Files | Returns a Files collection consisting of all File objects contained in the specified folder, including those with hidden and system file attributes set]
  149. Files|
  150. [FileSystem | Returns the type of file system in use for the specified drive]
  151. FileSystem|
  152. [FirstIndex | Returns the position in a search string where a match occurs]
  153. FirstIndex|
  154. [FreeSpace | Returns the amount of free space available to a user on the specified drive or network share. Read-only]
  155. FreeSpace|
  156. [Global | Sets or returns a Boolean value that indicates if a pattern should match all occurrences in an entire search string or just the first one]
  157. Global |[= True | False ]
  158. [HelpContext | Sets or returns a context ID for a topic in a Help File]
  159. HelpContext |[= contextID]
  160. [HelpFile | Sets or returns a fully qualified path to a Help File]
  161. HelpFile |[= contextID]
  162. [IgnoreCase | Sets or returns a Boolean value that indicates if a pattern search is case-sensitive or not]
  163. IgnoreCase |[= True | False ]
  164. [IsReady | Returns True if the specified drive is ready; False if it is not]
  165. IsReady|
  166. [IsRootFolder | Returns True if the specified folder is the root folder; False if it is not]
  167. IsRootFolder|
  168. [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]
  169. Item(|key) [= newitem]
  170. [Key | Sets a key in a Dictionary object]
  171. Key(|key) = newkey
  172. [Length | Returns the length of a match found in a search string]
  173. Length|
  174. [Line | Read-only property that returns the current line number in a TextStream file]
  175. Line|
  176. [Name | Sets or returns the name of a specified file or folder. Read/write]
  177. Name |[= newname]
  178. [Number | Returns or sets a numeric value specifying an error. Number is the Err object's default property]
  179. Number |[= errornumber]
  180. [ParentFolder | Returns the folder object for the parent of the specified file or folder. Read-only]
  181. ParentFolder|
  182. [Path | Returns the path for a specified file, folder, or drive]
  183. Path|
  184. [Pattern | Sets or returns the regular expression pattern being searched for]
  185. Pattern |[= "searchstring"]
  186. [RootFolder | Returns a Folder object representing the root folder of a specified drive. Read-only]
  187. RootFolder|
  188. [SerialNumber | Returns the decimal serial number used to uniquely identify a disk volume]
  189. SerialNumber|
  190. [ShareName | Returns the network share name for a specified drive]
  191. ShareName|
  192. [ShortName | Returns the short name used by programs that require the earlier 8.3 naming convention]
  193. ShortName|
  194. [ShortPath | Returns the short path used by programs that require the earlier 8.3 file naming convention]
  195. ShortPath|
  196. [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]
  197. Size|
  198. [Source | Returns or sets the name of the object or application that originally generated the error]
  199. Source |[= stringexpression]
  200. [SubFolders | Returns a Folders collection consisting of all folders contained in a specified folder, including those with Hidden and System file attributes set]
  201. SubFolders|
  202. [TotalSize | Returns the total space, in bytes, of a drive or network share]
  203. TotalSize|
  204. [Type | Returns information about the type of a file or folder. For example, for files ending in .TXT, "Text Document" is returned]
  205. Type|
  206. [Value | Returns the value or text of a match found in a search string]
  207. Value|
  208. [VolumeName | Sets or returns the volume name of the specified drive. Read/write]
  209. VolumeName |[= newname]