| |
fAddBuffer | Adds the content of a buffer at the end of a file. |
fAddText | Adds the content of a character string at the end of a file. |
fAttribute | Returns or modifies the attributes of a file. |
fAttributeReadOnly | Gets and sets the read-only attribute of a file. |
fBuildPath | Construye una ruta de archivo completa a partir del directorio y el nombre corto de un archivo.. Esta función se utiliza principalmente para obtener un nombre de archivo válido sin tener que preocuparse por la presencia de separadores en la ruta ('/' o '\') o por su dirección según la plataforma. |
fBuildRelativePath | Devuelve la ruta relativa a un archivo con respecto a un directorio de referencia. |
fCacheDir | Devuelve la ruta del directorio que se utilizará para almacenar los datos en caché en el espacio de almacenamiento interno de la aplicación. |
fChangeExtension | Cambia la extensión de un archivo en el disco. |
fChangeSize | Resizes an external file. |
fClose | Closes an external file. |
fCompare | Compares the content of two files bit by bit. |
fCompress | Compresses a file. |
fContentType | Devuelve el tipo de archivo según el estándar MIME (Multipurpose Internet Mail Extensions). |
fCopyDir | Copies the contents of a directory and its subdirectories. |
fCopyFile | Copies one or more files (regardless of their attributes). |
fCopyFileWebFolder | Copies an image file from the data directory of application (or from one of its sub-directories) to the "_WEB" directory of application (or to one of its sub-directories). |
fCreate | Creates an external file. |
fCreateLink | Creates a link on a file at the specified location. |
fCurrentDir | Identifica o modifica el directorio actual. |
fCurrentDrive | Obtiene o establece la unidad actual. |
fDataDir | Returns the full path of the directory of HFSQL data files specified by the user when installing the application. |
fDataDirCommon | Returns a directory path for the data shared: - between all the users of the computer
- between all the TSE users
This directory can be used without restriction in Windows XP, Vista, and so on. This directory is used to store: - the files for the general configuration of the application (.INI files, .XML files, etc.).
- data files common to all users (HFSQL data files .fic, .ndx, .mmo).
|
fDataDirUser | Returns a directory path for the data of the current user of the current application. |
fDate | Returns or modifies the different dates associated with a file or directory (date created, modified or accessed). |
fDateTime | Returns or modifies the different dates and times associated with a file or directory (date created, modified or accessed). |
fDecrypt | Decrypts a file that was encrypted by fCrypt. |
fDelete | Deletes a file accessible from the current computer. |
fDeleteFileWebFolder | Elimina un archivo de imagen del directorio "_WEB" de la aplicación (o de uno de sus subdirectorios). |
fDetectRemovableStorage | Detects whether a removable storage unit (CD, USB key, USB camera, ...) was added or removed. |
fDir | Finds a file or directory. |
fDirAttribute | Returns or modifies the attributes of a directory. |
fDirectoryExist | Checks the existence of a directory. |
fDirExist | Checks the existence of a directory. |
fDirRename | Renames a directory. |
fDirSize | Returns the size of a directory in bytes. |
fDriveInfo | Devuelve información sobre una unidad. |
fDriveReady | Permite saber:- si se dispone de una Drive determinada (tarjeta de almacenamiento, CD o DVD),
- si existe la Drive.
|
fEncrypt | Encrypts a file in binary or ASCII format. |
fExeDir | Returns the directory from which the execution is started. |
fExtractPath | Returns the different elements of a path: drive, directories, name and extension of the file. |
fExtractResource | Extracts a resource from the application into a physical device location. |
fFileExist | Checks the existence of an external file. |
fFileName | Returns the name of an external file currently open. |
fFind | Finds a character string or a buffer in a file opened by fOpen. |
fGlobalDirCommon | Returns a directory path for the global data of current application (data shared between several applications), regardless of the current user. |
fGlobalDirUser | Devuelve una ruta de directorio para los datos globales de la aplicación actual (datos compartidos entre varias aplicaciones), para el usuario actual. |
fGraphicFilter | Returns the list of image formats supported by the current platform, in the format expected by the filter of fSelect. |
fImageSelect | Opens the image picker of Windows. |
fInsertTextAtBeginning | Inserta texto al principio de un archivo sin sobrescribir el texto existente. |
fIsImage | Determines whether a file on disk or in a buffer corresponds to an image format recognized by WINDEV or WEBDEV. |
fListDirectory | Lists the subdirectories of a given directory and returns the full paths of listed subdirectories. |
fListDisk | Returns the list of disks installed on the computer. |
fListFile | Lists the files found in a directory and returns the list of files. |
fListResource | Lists the resources integrated to the application. |
fLoadBuffer | Loads the content of an external file (text, image, ...) in a buffer variable. |
fLoadResource | Loads the content of a resource from a library. |
fLoadText | Loads the contents of a text file into any text field or variable (string variable, window edit control, report label field, etc.). |
fLock | Bloquea total o parcialmente un archivo externo. |
fLongName | Returns the long name of a file or directory. |
fLongPath | Returns the full long path of a file or directory. |
fMakeDir | Creates a directory (and the intermediate directories if necessary). |
fMerge | Merges several files into a single one. |
fMIMEType | Devuelve el tipo de archivo según el estándar MIME (Multipurpose Internet Mail Extensions). |
fMoveDir | Moves a directory and its content. |
fMoveFile | Moves a file from one directory to another. |
fOpen | Opens an external file (ANSI or UNICODE) for programmatic manipulation. |
fOpenTempFile | Crea y abre un archivo temporal. |
fParentDir | Returns the path of the parent directory for the specified directory. |
fRead | Reads:- a block of bytes (characters) in an external file (ANSI or Unicode),
- the content of an external file (ANSI or Unicode) and assigns it to a memory area.
|
fReadLine | Reads a line from an external file (ANSI or Unicode). |
fReadLineRegularExpression | Reads a line in an external file, gets sections of this line according to a regular expression and assigns them to a variable. |
fRemoveDir | Elimina un directorio de un disco. |
fRename | Modifies the name of a file. |
fReportsAndQueriesDir | Devuelve:- el ruta completo del directorio para los informes y consultas personalizados. Este directorio corresponde al directorio de los informes y consultas de Visible por el usuario que los creó.
- el ruta completo del directorio para los informes y consultas compartidos. Este directorio corresponde al directorio de los informes y consultas de Visible por todos los usuarios de la aplicación.
|
fResourceDir | Returns the path of the read-only resources of the application. |
fSaveBuffer | Creates and fills a text file with the content of a string or buffer variable. |
fSaveText | Crea y llena un archivo de texto con el contenido de un control de texto o de un texto Variable (cadena Variable, control Campo de entrada en una ventana, control Estático en una reporte, ...). |
fSeek | Obtiene y establece la posición actual en un archivo externo. |
fSelect | Opens the Windows file picker. |
fSelectDir | Opens a directory picker. |
fSep | Returns the separator of directory according to the current platform ('\' or '/'). |
fSeparator | Returns a file path with normalized separators. |
fShortName | Returns the short name of a file or directory. |
fShortPath | Returns the full short path of a file or directory. |
fSize | Returns the size of a file (in bytes). |
fSizeUncompressed | Devuelve el tamaño de un archivo antes de la compresión. Cuando se descomprime un archivo mediante fUncompress, se recomienda comparar el tamaño sin comprimir del archivo con el espacio disponible en disco. |
fSplit | Splits a file into several files. |
fStopCompress | Stops the operation used to compress or decompress a file. |
fTempDir | Devuelve el nombre del directorio utilizado para almacenar los archivos temporales. |
fTempFile | Returns the name of a unique temporary file. |
fTempPath | Returns the name of directory used to store the temporary files. |
fTime | Returns or modifies the different times associated with a file or directory (date created, modified or accessed). |
fUncompress | Decompresses a file that was compressed by fCompress. |
fUnlock | Entirely or partially unlocks an external file. |
fWatchDirectory | Detects changes made to the contents of a directory. |
fWatchFile | Starts watching a file. |
fWatchStop | Detiene la visualización de un archivo o directorio. |
fWatchStopAll | Detiene todas las tareas de vigilancia de archivos y directorios en curso. |
fWebDir | Devuelve el nombre físico del directorio que contiene las imágenes, archivos JavaScript y archivos Java del sitio web WEBDEV. |
fWrite | Writes:- a character string to an external file.
- a memory section.
|
fWriteLine | Writes a line to a text file (ANSI or Unicode). |