os.Path.size
Returns the size of a file.
Syntax
os.Path.size(
   path STRING)
  RETURNS BIGINT
- path is the path to a file.
 
Usage
The function returns the size in bytes for the specified file.
Large files sizes ( > 2GB ) are supported.
Returns the size of a file.
os.Path.size(
   path STRING)
  RETURNS BIGINT
The function returns the size in bytes for the specified file.
Large files sizes ( > 2GB ) are supported.