FileisFileUnlockedisFileUnlocked Get if a file is unlocked or not. Usage await connector.runOS({ method: SYSTEM_CALL.isFileUnlocked, params: indexFileId, }); Parameters indexFileId: string - The index file id if you are unlocking a file Returns boolean.Quickstart