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

Function main

example/tut1.cpp:15–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13using namespace boost::filesystem;
14
15int main(int argc, char* argv[])
16{
17 if (argc < 2)
18 {
19 std::cout << "Usage: tut1 path\n";
20 return 1;
21 }
22 std::cout << argv[1] << " " << file_size(argv[1]) << '\n';
23 return 0;
24}

Callers

nothing calls this directly

Calls 1

file_sizeFunction · 0.50

Tested by

no test coverage detected