ProjWBSLockBoxArchiveDirectory.fileExists Method [AX 2012]

Checks whether or not a file exists using the WinAPI.

public boolean fileExists(str fullFilenameWithPath)

Run On

Called

Parameters

fullFilenameWithPath
Type: str
A filename to be checked.

Return Value

Type: boolean
true if the file exists, false otherwise.

Community Additions

ADD
Show: