diff --git a/files/en-us/web/api/filesystemhandle/index.html b/files/en-us/web/api/filesystemhandle/index.html index 50585bd5bcd1d28..3391cdecfe87035 100644 --- a/files/en-us/web/api/filesystemhandle/index.html +++ b/files/en-us/web/api/filesystemhandle/index.html @@ -10,19 +10,19 @@ - handle - working with files --- -
The FileSystemHandle
interface of the {{domxref('File System Access API')}} is an object which represents an entry. Multiple handles can represent the same entry. For the most part you do not work with FileSystemEntry
directly but rather it's child interfaces {{domxref('FileSystemFileEntry')}} and {{domxref('FileSystemDirectoryEntry')}}
The FileSystemHandle
interface of the {{domxref('File System Access API')}} is an object which represents a file or directory entry. Multiple handles can represent the same entry. For the most part you do not work with FileSystemHandle
directly but rather its child interfaces {{domxref('FileSystemFileHandle')}} and {{domxref('FileSystemDirectoryHandle')}}.
Below is a list of interfaces based on the FileSystemHandle interface.