In what unit the size of the file is returned in boost filesystem???
that is boost::filesystem::size()
returns an int value. whether it is the size of the file in bits or bytes????
please help me in finding this!
In what unit the size of the file is returned in boost filesystem???
that is boost::filesystem::size()
returns an int value. whether it is the size of the file in bits or bytes????
please help me in finding this!
boost::filesystem::size()
returns the size of the file in "bytes"
Thanks for your comments & helping me in finding this!