sizeOfFile abstract method

int sizeOfFile(
  1. String path
)

Returns the size of a file at path if it exists.

Otherwise throws a FileSystemException.

Implementation

int sizeOfFile(String path);