[ Previous ] [ Contents ] [ Index ] [ Next ]

Ns_DeleteFileWithQuota

Overview

Delete a file and adjust quota

Syntax

    int Ns_DeleteFileWithQuota(
      char *hServer, 
      char *filename
    )

Description

This function calls remove(3) to delete the specified file, and the quota is reduced by the size of the file. It returns -1 for an error.

Top of Page

[ Previous ] [ Contents ] [ Index ] [ Next ]
Copyright © 1996 America Online, Inc.