property Size: Int64;
Description
Use the Size property to specify the number of bytes that can be read from the file, or in other words, the location of the end-of-file. This property should not be set while creating a file. If Size is set when creating file attributes, the file can be extended or truncated to the specified size.
See Also