Returns size of file tree path
(directory including all
sub-directories).
The function returns the following error:
E_NOT_FOUND
if path does not exists.E_SYSTEM
if the system call failed.Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | path |
File tree path. |
||
integer(kind=i8), | intent(out) | :: | size |
File tree size [Byte]. |