On this page
Properties

Interface FileSystemFlags

interface FileSystemFlags {
    create?: boolean;
    exclusive?: boolean;
}
Index

Properties

Properties

create?: boolean
exclusive?: boolean
Was this helpful?
SDK JS
Reference
FileSystemFlags