Gets the size of the file.
auto f = File("foobar", FileFlags.writeEmpty); f.write("test"); assert(f.length == 4);
See Implementation
Gets the size of the file.