home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 February / PCWK0297.iso / envelop / envelop.3 / Program / cw3215.eto < prev    next >
Text File  |  1996-07-08  |  232b  |  10 lines

  1. Type CW3215
  2.  
  3.   Declare Function System Lib "CW3215" Alias "_system" (ByVal cmd as string) as long
  4.   Declare Function DeleteFile Lib "CW3215" Alias "_unlink" (ByVal filename as string) as long
  5.  
  6. End Type
  7.  
  8. Begin Code
  9. End Code
  10.