MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/Falcor / remove

Method remove

Source/Falcor/Utils/BinaryFileStream.h:95–102  ·  view source on GitHub ↗

* Deletes the managed file. */

Source from the content-addressed store, hash-verified

93 * Deletes the managed file.
94 */
95 void remove()
96 {
97 if (mStream.is_open())
98 {
99 close();
100 }
101 std::filesystem::remove(mPath);
102 }
103
104 /**
105 * Calculates amount of remaining data in the file.

Callers 8

remove_directory_itemFunction · 0.80
compileMethod · 0.80
removeTypeConformanceMethod · 0.80
removeGlobalDefinesMethod · 0.80
react-dom.min.jsFile · 0.80
remove_hookMethod · 0.80
add_pathMethod · 0.80
load_appFunction · 0.80

Calls 1

is_openMethod · 0.80

Tested by

no test coverage detected