MCPcopy Create free account
hub / github.com/boostorg/filesystem / remove

Function remove

src/operations.cpp:4606–4613  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4604}
4605
4606BOOST_FILESYSTEM_DECL
4607bool remove(path const& p, error_code* ec)
4608{
4609 if (ec)
4610 ec->clear();
4611
4612 return detail::remove_impl(p, ec);
4613}
4614
4615BOOST_FILESYSTEM_DECL
4616uintmax_t remove_all(path const& p, error_code* ec)

Callers 15

bad_removeFunction · 0.50
directory_iterator_testsFunction · 0.50
resize_file_testsFunction · 0.50
remove_testsFunction · 0.50
remove_symlink_testsFunction · 0.50
copy_file_testsFunction · 0.50
copy_symlink_testsFunction · 0.50
creation_time_testsFunction · 0.50
platform_specific_testsFunction · 0.50
space_testsFunction · 0.50
testFunction · 0.50

Calls 2

remove_implFunction · 0.85
clearMethod · 0.80

Tested by 15

bad_removeFunction · 0.40
directory_iterator_testsFunction · 0.40
resize_file_testsFunction · 0.40
remove_testsFunction · 0.40
remove_symlink_testsFunction · 0.40
copy_file_testsFunction · 0.40
copy_symlink_testsFunction · 0.40
creation_time_testsFunction · 0.40
platform_specific_testsFunction · 0.40
space_testsFunction · 0.40
testFunction · 0.40