File.supportsThreadContexts

Checks if file supports thread-default contexts. If this returns FALSE, you cannot perform asynchronous operations on file in a thread that has a thread-default context. Since 2.22

class File
int
supportsThreadContexts
()

Return Value

Type: int

Whether or not file supports thread-default contexts.

Meta