Vertaling van "tmpfile" in Spaans
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
The tmpfile() function does it.
La función tmpfile() hace precisamente esto.
Files created by tmpfile(3) are removed.
Los ficheros creados por tmpfile() son eliminados.
See also tmpfile() and unlink().
The file is automatically removed when closed (for example, by calling fclose(), or when there are no remaining references to the file handle returned by tmpfile()), or when the script ends.
El archivo es automáticamente eliminado cuando se cierra (por ejemplo, llamando a fclose(), o cuando no quedan referencias al gestor de ficheros devuelto por tmpfile()), o cuando el script finaliza.
The tmpfile() function opens a unique temporary file in binary read/write (w+b) mode.
La función tmpfile() genera un nombre único de fichero temporal. El fichero temporal se abre entonces en modo de lectura/escritura binaria (w+b).
Whether it flushes standard I/O buffers and removes temporary files created with tmpfile (3) is implementation-dependent.
Que la función vacíe los buffers estándar de E/S y elimine los ficheros temporales creados con tmpfile (3) depende de la implementación.
For details, consult your system documentation on the tmpfile(3) function, as well as the stdio.h header file.
Para más detalles, consulte la documentación de su sistema sobre la función tmpfile(3), así como el archivo de cabecera stdio.h. Ejemplo 1.
If the program terminates normally (by calling std::exit, returning from main, etc), all files that were opened by calling std::tmpfile are also automatically deleted.
Si el programa termina normalmente (llamando std::exit, al regresar de main, etc), todos los archivos que se abrieron llamando std::tmpfile también se eliminan Contenido
Se il programma termina normalmente (chiamando std::exit, di returning from main, etc), all files that were opened by calling std::tmpfile are also automatically deleted.
Si el programa termina normalmente (llamando std::exit, al regresar de main, etc), todos los archivos que se abrieron llamando std::tmpfile también se eliminan Contenido
The tmpfile() function returns a stream descriptor, or NULL if a unique filename cannot be generated or the unique file cannot be opened.
La función tmpfile() devuelve un descriptor de flujo, o bien NULL si no se puede generar un nombre único de fichero o el fichero único no se puede abrir.
The standard function std::tmpfile and the POSIX function mkstemp do not have this problem.
El std::tmpfile función estándar y la función POSIX mkstemp no tienen este problema.
DESCRIPTION The tmpfile() function opens a unique temporary file in binary read/write (w+b) mode.
DESCRIPCIÓN La función tmpfile() genera un nombre único de fichero temporal.
[Bug653] Solved the problem by retrieving a tmpfile to upload it with the command FTPPUT.
[Bug653] Resuelto el problema al recuperar un TMPFILE para subirlo con el comando FTPPUT.