API Reference > ZipUtils Namespace > Functions > ZipUtils::removeFile Function
ZipUtils::removeFile Function
Syntax
C++
int removeFile(const OdString & path);

ZipUtils.h

Parameters 
Description 
const OdString & path 
[in] A string containing path to file.  

Returns 0 if file was successfully removed; otherwise, the method returns an appropriate error.

Removes file.

Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.