Ignore:
Timestamp:
Jan 17, 2005, 4:57:36 AM (21 years ago)
Author:
bird
Message:

fixed unlink and remove, making them work with dirs and symlinks.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/include/InnoTekLIBC/backend.h

    • Property cvs2svn:cvs-rev changed from 1.15 to 1.16
    r1779 r1780  
    300300 */
    301301int __libc_Back_fsRename(const char *pszPathOld, const char *pszPathNew);
     302
     303/**
     304 * Unlinks a file, directory, symlink, dev, pipe or socket.
     305 *
     306 * @returns 0 on success.
     307 * @returns Negative error code (errno.h) on failure.
     308 * @param   pszPath         Path to the filesystem file/dir/symlink/whatever to remove.
     309 */
     310int __libc_Back_fsUnlink(const char *pszPath);
     311
    302312
    303313/** @defgroup __libc_Back_io   LIBC Backend - I/O and File Management.
Note: See TracChangeset for help on using the changeset viewer.