ProjWBSLockBoxArchiveDirectory.fileLocked Method [AX 2012]

Calls the WinAPI to check if a files is locked.

public boolean fileLocked(str fullFilenameWithPath)

Run On

Called

Parameters

fullFilenameWithPath
Type: str
The file name to be checked.

Return Value

Type: boolean
true if the files is locked, false otherwise.

Community Additions

ADD
Show: