home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / snipps97.zip / FILNAMES.H < prev    next >
Text File  |  1997-07-05  |  375b  |  13 lines

  1. .I 0 1
  2. /* +++Date last modified: 05-Jul-1997 */
  3. .D 1 1
  4. .I 36 8
  5. /*
  6. **  Macros for backwards compatibility with previous SNIPPETS, also more
  7. **  compatible with Borland psplit(), Microsoft _splitpath(), et al.
  8. */
  9.  
  10. #define psplit(str,drv,dir,nam,ext) fnSplit(str,drv,NULL,dir,NULL,nam,ext)
  11. #define pmerge(str,drv,dir,nam,ext) fnMerge(str,drv,NULL,dir,NULL,nam,ext)
  12.  
  13.