# openLibraryFile()

Opens a concrete file from the content library. If the file is already opened, then nothing will happen.

```javascript
sambaFrame.openLibraryFile('c0771004-c9fc-4308-be4f-6264d8e486af');
```

**Sample use case**: \
You may have buttons in your integration to control file opening and closing.

Often used in conjunction with [closeLibraryFile()](https://docs.digitalsamba.com/reference/sdk/methods/closelibraryfile).
