The File Object - ActiveFileFinder Programming Interface

Document Path: Home Page / Programming / ActiveFileFinder / Interfaces / File Object  
Properties

AttributeAchive

Value BOOL
Access Read, Write

AttributeDirectory

Value BOOL
Access Read

AttributeHidden

Value BOOL
Access Read, Write

AttributeReadonly

Value BOOL
Access Read, Write

Attributes

Value ULONG
Access Read, Write

AttribyteSystem

Value BOOL
Access Read, Write

CreationTime

Value Time Object
Access Read, Write

ExtensionName

Value BSTR
Access Read

FileName

Value BSTR
Access Read, Write

FileSize

Value ULONG
Access Read

FileSizeHigh

Value ULONG
Access Read

FullPath

Value BSTR
Access Read, Write

LastAccessTime

Value Time Object
Access Read, Write

LastWriteTime

Value Time Object
Access Read, Write

Valid

Value BOOL
Access Read
Methods

Delete

Return Value
Notes Delete a file or a empty directory.

CompareFileSize

Return Value long (0: same size; 1:larger than file 2; -1: smaller than file2)
Arguments:
  • Object fileInfo2

HasChildren

Return Value BOOL (the directory is/not empty)