diff --git a/files/en-us/web/api/filesystemfilehandle/index.html b/files/en-us/web/api/filesystemfilehandle/index.html index 5401e1db3363a33..0c62b4317ac010c 100644 --- a/files/en-us/web/api/filesystemfilehandle/index.html +++ b/files/en-us/web/api/filesystemfilehandle/index.html @@ -9,10 +9,12 @@ - Interface - working with files --- -
{{draft}}{{securecontext_header}}{{DefaultAPISidebar("File System Access API")}}
+
{{securecontext_header}}{{DefaultAPISidebar("File System Access API")}}

The FileSystemFileHandle interface of the {{domxref('File System Access API')}} represents a handle to a file system entry. The interface is accessed thought the {{domxref('window.showOpenFilePicker()')}} method.

+

Note that read and write operations depend on file-access permissions that do not persist after a page refresh if no other tabs for that origin remain open. The {{domxref("FileSystemHandle.queryPermission()", "queryPermission")}} method of the {{domxref("FileSystemHandle")}} interface can be used to verify permission state before accessing a file.

+

Properties

Inherits properties from its parent, {{DOMxRef("FileSystemHandle")}}.