getLength
File.getLength(filename)
Parameters
| filename | Path of file to get length of. |
Returns
Number of characters in the file.Description
Returns the number of characters contained in the file.
File.getLength(filename)
| filename | Path of file to get length of. |
Returns the number of characters contained in the file.