The OpenNET Project / Index page

[ новости /+++ | форум | теги | ]

Интерактивная система просмотра системных руководств (man-ов)

 ТемаНаборКатегория 
 
 [Cписок руководств | Печать]

remove (3)
  • >> remove (3) ( Solaris man: Библиотечные вызовы )
  • remove (3) ( FreeBSD man: Библиотечные вызовы )
  • remove (3) ( Русские man: Библиотечные вызовы )
  • remove (3) ( Linux man: Библиотечные вызовы )
  • remove (3) ( POSIX man: Библиотечные вызовы )
  •  

    NAME

    remove - remove file
     
    

    SYNOPSIS

    #include <stdio.h>
    
    int remove(const char *path);
    

     

    DESCRIPTION

    The remove() function causes the file or empty directory whose name is the string pointed to by path to be no longer accessible by that name. A subsequent attempt to open that file using that name will fail, unless the file is created anew.

    For files, remove() is identical to unlink(). For directories, remove() is identical to rmdir().

    See rmdir(2) and unlink(2) for a detailed list of failure conditions.  

    RETURN VALUES

    Upon successful completion, remove() returns 0. Otherwise, it returns -1 and sets errno to indicate an error.  

    ATTRIBUTES

    See attributes(5) for descriptions of the following attributes:

    ATTRIBUTE TYPEATTRIBUTE VALUE

    Interface StabilityStandard

    MT-Level

     

    SEE ALSO

    rmdir(2), unlink(2), attributes(5), standards(5)


     

    Index

    NAME
    SYNOPSIS
    DESCRIPTION
    RETURN VALUES
    ATTRIBUTES
    SEE ALSO


    Поиск по тексту MAN-ов: 




    Партнёры:
    PostgresPro
    Inferno Solutions
    Hosting by Hoster.ru
    Хостинг:

    Закладки на сайте
    Проследить за страницей
    Created 1996-2024 by Maxim Chirkov
    Добавить, Поддержать, Вебмастеру