home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Toolbox / Visual Basic Toolbox (P.I.E.)(1996).ISO / tpascal / vbdll / module1.bas < prev    next >
Encoding:
BASIC Source File  |  1995-03-28  |  143 b   |  10 lines

  1. Option Explicit
  2.  
  3. Type FileInfoStruct
  4.     Name As String * 12
  5.     Size As Long
  6.     Date As String * 8
  7.     Time As String * 8
  8. End Type
  9.  
  10.