aqFileInfo Object Methods

Applies to TestComplete 15.63, last modified on April 23, 2024

The aqFileInfo object contains the following methods:

Method List

Name Description
Compare Compares a file with the specified file.
Copy Copies the file to a new location.
Delete Deletes the specified file.
Move Moves the file to a new location.
OpenBinaryFile Opens the file in binary mode.
OpenTextFile Opens the file in text mode.
ReadWholeTextFile Reads the whole contents of the file into a single string.
Rename Assigns a new name to the file.
SetCreationTime Sets a new creation time for the file.
SetFileAttributes Assigns new attributes to the file.
SetLastAccessTime Sets a new time when the file was last accessed.
SetLastWriteTime Sets a new time when the file was last written to.
WriteToTextFile Writes a string to the file.

See Also

aqFileInfo Object

Highlight search results