IsFileLocked

Description

Returns as result if a file is locked or not. A file is locked if another process has already opened it.

This activity throw a FileNotFoundException if the specified file does not exist.

Misc

FilePath InArgument<String> REQUIRED

The local path of the file you want to know if it's locked or not.