openPaths

@get:JvmName(name = "openPaths")
val openPaths: List<Path>

Canonical paths currently opened for reading or writing in the order they were opened. This may contain duplicates if a single path is open by multiple readers.

Note that this may contain paths not present in allPaths. This occurs if a file is deleted while it is still open.

The returned list is ordered by the order that the paths were opened.