WICG / file-system-access

Expose the file system on the user’s device, so Web apps can interoperate with the user’s native applications.
https://wicg.github.io/file-system-access/
Other
670 stars 66 forks source link

Rename getFile/getDirectory to getFileHandle/getDirectoryHandle. #196

Closed mkruisselbrink closed 4 years ago

mkruisselbrink commented 4 years ago

To avoid confusion between FileSystemFileHandle.getFile and FileSystemDirectoryHandle.getFile, this renames the latter.

This fixes #98


Preview | Diff