Check File if locked (will be read-only if opened) or not locked (alloow update and save if opened)
I want a code stage to detect if a file is locked by another user (who has write rights to it - not read-only).I do not want to attempt opening the file to determine this.The file could be open by a human (outside of BP environment) so cant use envi...