Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 462 Bytes

deleting-open-files.md

File metadata and controls

16 lines (12 loc) · 462 Bytes
description title ms.date helpviewer_keywords ms.assetid
Learn more about: Deleting Open Files
Deleting Open Files
11/04/2016
files [C++], deleting
4fba7fb2-df0a-458e-b760-8858e12b855c

Deleting Open Files

ANSI 4.9.4.1 The effect of the remove function on an open file

The remove function deletes a file. If the file is open, this function fails and returns -1.

See also

Library Functions