El objeto File contiene atributos sobre un fichero en particular.
Se puede hacer esto con un nombre de fichero o un objeto File.
Cada objeto File tiene tres atributos que contienen información útil sobre el fichero.
There are three attributes provided by the File object that contain useful information about the file.
Un objeto File sirve para leer o escribir grandes cantidades de datos del comienzo al fin, sin omisiones.
A File object is suited to reading or writing large amounts of data in start-to-finish order without skipping around.
Al objeto File se accede de manera sencilla, accediendo a la lista como si fuera un array
Individual File objects can be retrieved by simply accessing the list as an array
A continuación se presenta la lista de los constructores para crear un objeto File.
Below given is the list of constructors to create a File object
Además puedes llamar al método execute del objeto File si lo que realmente quieres instalar es el fichero que estás ejecutando en lugar de borrarlo.
You can also call the execute method of the File object if you wish to actually install the file you are executing, rather than have it deleted.
El valor de un puntero que apunta a un objeto FILE es indeterminado tras el cierre del archivo.
The value of a pointer to a FILE object is indeterminate after a file is closed (garbage).
El objeto File representa el archivo/ directorio real en el disco.
The File object represents the actual file/directory on the disk.
El objeto File (archivo) proporciona métodos para acceder, leer y escribir información de un archivo o a un archivo en el disco.
The File object provides methods to access, read and write information from and to a file on disk.
El blob URL es un string que identifica el objeto File.
The object URL is a string identifying the File object.
Devuelve un objeto File que corresponde al archivo de la ruta especificada.
The GetFile method returns a reference to a File object.
La primera proporciona un objeto File (que actúa como un archivo de solo lectura) mientras que la segunda proporciona un objeto FileHandle (que permite actualizar el archivo subyacente).
The former provides a File object (which act like a read only file) when the latter provides a FileHandle object (which allows updating the underlaying file).