[#GetFileSize] = GetFileSize :mrdocs: Get the size of a file by scanning it. == Synopsis Declared in `<util/fs_helpers.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::streampos GetFileSize( char const* path, std::streamsize max = std::numeric_limits<std::streamsize>::max()); ---- == Return Value The file size or max == Parameters [cols="1,4"] |=== | Name| Description | *path* [in] | The file path | *max* [in] | Stop seeking beyond this limit |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#