Ignore:
Timestamp:
Jun 24, 2001, 4:13:05 PM (24 years ago)
Author:
sandervl
Message:

Rewrote CopyFile, MoveFile & RemoveDirectory

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/oslibdos.h

    r6053 r6090  
    1 /* $Id: oslibdos.h,v 1.32 2001-06-20 20:51:59 sandervl Exp $ */
     1/* $Id: oslibdos.h,v 1.33 2001-06-24 14:13:05 sandervl Exp $ */
    22
    33/*
     
    7777BOOL OSLibDosClose(DWORD hFile);
    7878BOOL OSLibDosDelete(char *lpszFileName);
     79BOOL OSLibDosCopyFile(LPCSTR lpszOldFile, LPCSTR lpszNewFile, BOOL fFailIfExist);
     80BOOL OSLibDosMoveFile(LPCSTR lpszOldFile, LPCSTR lpszNewFile);
     81BOOL OSLibDosRemoveDir(LPCSTR lpszDir);
    7982
    8083#define OSLIB_SETPTR_FILE_CURRENT       0
Note: See TracChangeset for help on using the changeset viewer.