krn.GetFileVersionList

This job returns a list of files in the requested directory with creation time information. For DLL, OCX and EXE files, instead of creation time the version number is displayed.

1. Input Parameters

Name Type Required Description

Flags

INT

Yes

Currently not supported — pass 0.

Directory

STRING

Yes

Directory. . = server\etc; .. = server directory

2. Output Parameters

Name Type Dependency Description

FileVersionList

STRING

File names and creation time in the format: [Datetime/version number]#[filename2][Datetime2]#…​

3. Return Value

(INT): 0 = Job successful, otherwise error code.