Previous Topic: Input ParametersNext Topic: Example


Output Parameters

@FileName

The full path for the file as calculated from the "File Name" expression.

FileExists

1 if a file exists, 0 if it does not exist.

FileName
FileTime

Specifies the file time.

FileDate

Specifies a file date.

IsDirectory

1 if describing a directory, 0 if not describing a directory.

IsFile

1 if describing a file, 0 if not describing a file.

IsLink

1 if the item is a symbolic link in UNIX, 0 otherwise.

FileOtherRead
FileOtherWrite
FilePermission
FileSize

The size of the file in bytes.

FileSizeKB

The size of the file in kilobytes (KB = 1,024 bytes). A fraction of a kilobyte is counted as one kilobyte.

FileSizeMB

The size of the file in megabytes (MB = 1,024 KB). A fraction of a megabyte is counted as one megabyte.

FileGroup
FileOwner
FileGroupExec

1 if the group can execute, 0 if the group cannot execute.

FileGroupRead

1 if the group can read, 0 if the group cannot read.

FileGroupWrite

1 if the group can write, 0 if the group cannot write.

FileOtherExec

1 if others can execute, 0 if other cannot execute.

FileOwnerExec

1 if the owner can execute, 0 if the owner cannot execute.

FileOwnerRead

1 if the owner can read, 0 if the owner cannot read.

FileOwnerWrite

1 if the owner can write, 0 if the owner cannot write.

IsSpecial

1 if a special system file, 0 if not a special system file.

Note: The definition of a special system file is platform-dependent.