DynProperties for subitem "Parameter"

Funktionsparameter 'Dateioperation'

Name Type Description
Days Long Sets the number of "not older than"-days x for the time-filter of the file operation function.
Destination String sets the destination path and / or filename for the file-operation function. Depending on the "Parameter.Modus", either:

an absolute path (Modus=0, e.g. "c:\hugo.txt")

or a relative path / filename (Modus=1 / Modus = 2, e.g. "\hugo.txt")

should be used
DstPathModus Long sets the destination-path mode for the file-operation function.

0 = absolute path
1 = relative path starting from the project runtime directory
2 = relative path starting from the project runtime data directory (directoryname equal to the PC name)
Hours Long Sets the number of "not older than"-hours x for the time-filter of the file operation function.
IsErrorMsg Boolean should an error message be displayed in the runtime if the file-operation function could not be executed successfully (TRUE) or not (FALSE)
IsFilterRT Boolean should the dialog for the file operation function be displayed in the runtime prior to execution (TRUE) or not (FALSE)
IsOlder Boolean sets the "not younger than" option for the time filter at the file operation function active (TRUE) or not (False)
IsOverwrite Boolean should files be overwritten at the file-operation function (move and copy mode) (TRUE) or not (FALSE).

Read-only files are not overwritten regardless of this checkbox.
IsTimeCond Boolean should the file-operation function be executed regardless of the filedate (FALSE) or consider the filedate set at the time-filter (TRUE)
IsYounger Boolean sets the "not older than" option for the time filter at the file operation function active (TRUE) or not (False)
Modus Long sets the mode for the file-operation function

0 = Copy
1 = Move
2 = Delete
OlderDays Long Sets the number of "not younger than"-days x for the time-filter of the file operation function.
OlderHours Long Sets the number of "not younger than"-hours x for the time-filter of the file operation function.
Recursive Boolean should also subdirectories be taken in account at the file-operation function (TRUE) or not (FALSE)
Source String sets the source path and / or filename for the file-operation function. Depending on the "Parameter.Modus", either:

an absolute path (Modus=0, e.g. "c:\hugo.txt")

or a relative path / filename (Modus=1 / Modus = 2, e.g. "\hugo.txt")

should be used
SrcPathModus Long sets the source-path mode for the file-operation function.

0 = absolute path
1 = relative path starting from the project runtime directory
2 = relative path starting from the project runtime data directory (directoryname equal to the PC name)