Le bloc-notes les bat tous?
Sur un système Windows Server 2012 R2, un programme Kotlin utilise FileChannel.tryLock()pour maintenir un verrou exclusif sur un fichier, comme ceci: val fileRw = RandomAccessFile(file, "rw") fileRw.channel.tryLock() Avec ce verrou en place, je ne peux pas ouvrir le fichier avec: WordPad Bloc-notes...