Back to Adaptive Vision Library website

You are here: Start » Function Reference » System » File System

File System

Select a function from the list below.

Icon Name Description / Applications Modules
CheckDiskSpace

Determines the information about the filesystem on which the pathname inPath is located.

FoundationLite
CopyFiles

Copies files that match a pattern from a directory to other directory.

FoundationLite
CreateDirectories

Creates a directory tree if it does not exist.

FoundationLite
EnumerateFiles

Enumerates the files present in a disk directory.

FoundationLite
EnumerateFiles_Random

Enumerates the files present in a disk directory sorted randomly.

FoundationLite
EnumerateObjects

Enumerates the avdata files present in a disk directory and sorts them according to the specified order and loads an object from a file.

FoundationLite
EnumerateObjects

Enumerates the avdata files present in a disk directory and sorts them according to the specified order and loads an object from a file.

FoundationLite
FileAttributes

Provides information about file, e.g. size, modification time

FoundationLite
FileChecksum

Returns CRC checksum of the input file.

FoundationLite
FindDirectories

Returns subdirectories of the input directory.

FoundationLite
FindFiles

Returns files of the input directory.

FoundationLite
RemoveDirectory

Removes a directory, with all files and subdirectories.

FoundationLite
RemoveFile_Multiple

Removes files that match a pattern from a directory.

FoundationLite
RemoveFile_Single

Removes single file.

FoundationLite
TestDirectoryEmpty

Checks if a given directory is empty.

FoundationLite
TestDirectoryExists

Checks if a given directory is present.

FoundationLite
TestFileEmpty

Checks if the size of the file is equal to zero.

FoundationLite
TestFileExists

Checks if a given file is present.

FoundationLite

Select Filter Equivalent below.

Icon Name Description / Applications Modules
GenerateFileName

Generates consecutive file names, e.g. for saving series of images

FoundationLite