|
Options |
Name |
Purpose |
|
+
|
LOGICAL CanFindTextInBinaryFile (character, character)
|
Returns if the given string value can be found in the provided file
name
|
|
+
|
CHARACTER CombinePath (character, character)
|
Combines the provided path into a single path
|
|
+
|
CHARACTER CombinePath (character, character, character)
|
Combines the provided path into a single path
|
|
+
|
CHARACTER CombinePath (character, character, character, character)
|
Combines the provided path into a single path
|
|
+
|
CHARACTER CombinePath (character, character, character, character, character)
|
Combines the provided path into a single path
|
|
+
|
CHARACTER CombinePath (character, character, character, character, character, character)
|
Combines the provided path into a single path
|
|
+
|
CHARACTER CombinePath (character, character, character, character, character, character, character)
|
Combines the provided path into a single path
|
|
+
|
CHARACTER CombinePath (character, character, character, character, character, character, character, character)
|
Combines the provided path into a single path
|
|
+
|
CHARACTER CombinePath (character, character, character, character, character, character, character, character, character)
|
Combines the provided path into a single path
|
|
+
|
CHARACTER CombinePath (character, character, character, character, character, character, character, character, character, character)
|
Combines the provided path into a single path
|
|
+
|
CopyFiles (character, character, character)
|
Copies files from one path to a target directory
|
|
+
|
INTEGER CreateDirectory (character)
|
Creates all directories and subdirectories in the specified path.
|
|
+
|
CHARACTER DescriptionForMimeType (character)
|
Returns the description for the given mime type
|
|
+
|
CHARACTER DirectoryName (character)
|
Returns the directory portion of a file name, absolutely or relatively
|
|
+
|
EnsureFileNameCase (character)
|
Ensures that the given OS file is cased in exactly the same way as
passed in
|
|
+
|
LOGICAL Exists (character)
|
Returns True when the file can be found in the PROPATH
|
|
+
|
CHARACTER FileExtension (character)
|
Returns the file name extension of an operating system file excluding
the dot (.). If the file does not have an extension, returns Null ("")
|
|
+
|
CHARACTER FileExtensionForMimeType (character)
|
Returns the file extension for the given mime type
|
|
+
|
INT64 FileSize (character)
|
Returns the file size of the given file
|
|
+
|
CHARACTER FindFile (character)
|
Returns the absolute file name for the given file
|
|
+
|
CHARACTER FindFile (character, logical)
|
Returns the absolute file name for the given file
|
|
+
|
GetFileList (character, character, datetime, table)
|
Returns the List of files on disk for the specified criteria
|
|
+
|
GetFileList (character, character, table)
|
Returns the List of files on disk for the specified criteria
|
|
+
|
GetFileListNoDotNet (character, character, table)
|
Returns the List of files on disk for the specified criteria
|
|
+
|
CHARACTER GetTempFileName ()
|
Returns a temporary filename either using a .NET API or based on
a GUID and the AVM SESSION:TEMP-DIRECTORY
|
|
+
|
CHARACTER HumanReadableFileSize (int64)
|
Returns a human readable file size including the Unit
|
|
+
|
CHARACTER MimeTypeForFileExtension (character)
|
Returns the mime type for the given file extension
|
|
+
|
CHARACTER NormalizePathname (character)
|
Returns a normalized path name
|
|
+
|
CHARACTER OS-ERROR-TEXT (integer)
|
Returns the error message of an OS-ERROR value
|
|
+
|
CHARACTER RelativeFileName (character)
|
Return relative path if file is in propath
|
|
+
|
CHARACTER ReplaceFileExtension (character, character)
|
Replaces the extension of a file
|
|
+
|
CHARACTER ShortFileName (character)
|
Returns just the file name portion of a relative or absolute file
name
|
|
+
|
CHARACTER ShortFileNameWithoutExtension (character)
|
Returns just the file name portion of a relative or absolute file
name without the file extension
|