MCPcopy Create free account
hub / github.com/OpenMS/OpenMS / remove

Method remove

src/openms/source/SYSTEM/File.cpp:247–258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

245 }
246
247 bool File::remove(const String& file)
248 {
249 if (!exists(file))
250 {
251 return true;
252 }
253 if (std::remove(file.c_str()) != 0)
254 {
255 return false;
256 }
257 return true;
258 }
259
260 bool File::removeDir(const QString& dir_name)
261 {

Callers 15

main_Method · 0.45
main_Method · 0.45
plotHeatMapMethod · 0.45
plotFilteredSpectraMethod · 0.45
plotScoresAndWeightsMethod · 0.45
main_Method · 0.45

Calls

no outgoing calls

Tested by 3

START_SECTIONFunction · 0.36
START_SECTIONFunction · 0.36
testGNPSExportFunction · 0.36