fileRepository.LoadText topic
hi,
After executing code:
var fileRepository = Things[fileRepository];
var fileContent = fileRepository.LoadText({ path: preparedFile });
file is "locked". I've even thought that there is something like close method (fileContent.close();) - but it's not 😞
any idea how to unlock it??
thx

