home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Toolbox / Visual Basic Toolbox (P.I.E.)(1996).ISO / compress / vblzh / test.frm (.txt) < prev    next >
Encoding:
Visual Basic Form  |  1995-07-30  |  7.0 KB  |  229 lines

  1. testit
  2. Test VBLZH.DLL
  3. Form15
  4. Command1
  5. DiskSpace&&
  6. MS Sans Serif
  7. Command1
  8. DiskFreeSpace&&
  9. MS Sans Serif
  10. Command1
  11. FileSetAttrib%
  12. MS Sans Serif
  13. Command1
  14. FAttribVal%
  15. MS Sans Serif
  16. Command1
  17. FAttribDescr$
  18. MS Sans Serif
  19. Command1
  20. FSearch$
  21. MS Sans Serif
  22. Command1
  23. FileExtension$
  24. MS Sans Serif
  25. Command1
  26. FileDate&&
  27. MS Sans Serif
  28. Command1
  29. RetrieveFilePath$
  30. MS Sans Serif
  31. Command1
  32. RetrieveFileName$
  33. MS Sans Serif
  34. Command1
  35.     CopyFile%
  36. MS Sans Serif
  37. Command1
  38. FileExist%
  39. MS Sans Serif
  40. Command1
  41. GetFileSize&&
  42. MS Sans Serif
  43. Command1
  44. RenFile%
  45. MS Sans Serif
  46. Command1
  47. DelFile%
  48. MS Sans Serif
  49. Command1
  50. LZH Decompression
  51. MS Sans Serif
  52. Text1
  53. Text1
  54. MS Sans Serif
  55. Command1
  56. LZH Compression
  57. MS Sans Serif
  58. Label1
  59. File Functions
  60. Label1
  61. Disk Information
  62. Label1
  63. File Compression/Decompression
  64. Label2
  65. H(as req'd) copies FIle: to TEST.TMP prior to performing listed operation
  66. MS Sans Serif
  67. Label1
  68. File:
  69.     Form_Load
  70. screen
  71. Width
  72. Height
  73. Path3
  74. text1
  75. Command1_Click
  76. Label2_Click
  77. index
  78. DiskFreeSpace
  79.     DiskSpace
  80. TESTU
  81. apppath
  82. errc0
  83. test1
  84. DelFile
  85. CopyFile
  86.     FileExist
  87. RenFile
  88. renamed
  89. GetFileSize
  90. RetrieveFileName#
  91. RetrieveFilePath
  92. FileDate
  93. Information
  94. FileExtension
  95. FileSearch
  96. searcr
  97.     Extension
  98. FSearch
  99. FAttribVal
  100. FAttribDescr
  101. FileSetAttrib
  102. Command1_Click
  103. lzh compression
  104. TEST.CMP
  105. Error number
  106. Warning
  107. Compression successful!
  108.  compressed to TEST.CMP
  109. ###,###,###,###
  110.  bytes original file
  111. ###,###,###,###
  112.  bytes compressed file
  113. Information
  114. lzh decompression
  115. TEST.CMP
  116. TEST.TMP
  117. Error number
  118. Warning
  119. Decompression successful!
  120. TEST.CMP
  121.  decompressed to TEST.TMP
  122. ###,###,###,###
  123.  bytes compressed file
  124. ###,###,###,###
  125.  bytes decompressed file
  126. Information
  127. delete file 
  128. TEST.TMP
  129. TEST.TMP
  130. TEST.TMP
  131. Successfully deleted TEST.TMP
  132. Information
  133. Could not delete TEST.TMP!
  134. Warning
  135. rename filea
  136. TEST.TMP
  137. TEST.TMP
  138. TEST.TMP
  139. ~TEST.TMP
  140. Successfully renamed TEST.TMP to ~TEST.TMP. Deleted ~TEST.TMP also!
  141. Information
  142. Could not renamed TEST.TMP!
  143. Warning
  144. ~TEST.TMP
  145. get file sizei
  146. Invalid file name!
  147. Warning
  148.   Size = 
  149. ###,###,###,###
  150.  bytes
  151. Information
  152. file exist
  153. Yes, 
  154.   Exists!
  155. Information
  156.   Doesn't Exist!
  157. Information
  158. file copyi
  159. TEST.TMP
  160. TEST.TMP
  161. TEST.TMP
  162. Copied 
  163. to TEST.TMP
  164. Information
  165. Unable to copy 
  166. Warning
  167. file namei
  168. File: 
  169. File Name: 
  170. Information
  171. file pathi
  172. File: 
  173. File Path: 
  174. Information
  175. file datei
  176. Invalid file date!
  177. File doesn't exist
  178. Warning
  179.   file date = 
  180. Information
  181. file extension
  182. File: 
  183. File Extension: 
  184. Information
  185. file searche
  186. Searched: 
  187. for File: 
  188. Found: 
  189. Information
  190. file attribute description
  191. File: 
  192. Attribute description: 
  193. Information
  194. file attribute value
  195. Error encounter during attribute retrieval!
  196. Warning
  197. File: 
  198. Attribute value: 
  199. Information
  200. set file attribute value   
  201. TEST.TMP
  202. TEST.TMP
  203. TEST.TMP
  204. set to read-only
  205. Error encounter when attempting to set attribute!
  206. Warning
  207. File: 
  208. TEST.TMP
  209. Attribute value set to read only (1)
  210. Information
  211. disk free space
  212. Invalid drive letter!
  213. Warning
  214. Disk (
  215. :) Free Space = 
  216. ###,###,###,###
  217.  bytes
  218. Information
  219. disk space
  220. Invalid drive letter!
  221. Warning
  222. Total Disk (
  223. :) Space = 
  224. ###,###,###,###
  225.  bytes
  226. Information
  227. Form_Load
  228. VBLZH.DLL
  229.