The FileSystemHandle.name of the root directory may not be a valid file name (e.g. in bucket file system, it is an empty string), and developers may need to be aware of these special cases.
Is there a universal rule for obtaining the FileSystemHandle.name based on the root directory?
The following names are just my predictions and may differ from the current implementation of Chromium.
The
FileSystemHandle.nameof the root directory may not be a valid file name (e.g. in bucket file system, it is an empty string), and developers may need to be aware of these special cases.Is there a universal rule for obtaining the
FileSystemHandle.namebased on the root directory?The following names are just my predictions and may differ from the current implementation of Chromium.