ayuda con files
buenas a todos.
Alguien sabe si la clase File tiene algun metodo para averiguar el tamaño de un fichero??
Gracias, un saludo
Alguien sabe si la clase File tiene algun metodo para averiguar el tamaño de un fichero??
Gracias, un saludo
a lo mejor te sirve este :)
length
public long length()Returns the length of the file denoted by this abstract pathname.
Returns:
The length, in bytes, of the file denoted by this abstract pathname, or 0L if the file does not exist
Throws:
SecurityException - If a security manager exists and its SecurityManager.checkRead(java.io.FileDescriptor) method denies read access to the file
length
public long length()Returns the length of the file denoted by this abstract pathname.
Returns:
The length, in bytes, of the file denoted by this abstract pathname, or 0L if the file does not exist
Throws:
SecurityException - If a security manager exists and its SecurityManager.checkRead(java.io.FileDescriptor) method denies read access to the file
