mihaip / infinite-mac

A classic Mac loaded with everything you'd want
https://infinitemac.org
Apache License 2.0
1.16k stars 68 forks source link

Use File System Access API to allow disk images to be mounted read-write #164

Open mihaip opened 1 year ago

mihaip commented 1 year ago

Would allow the site to be an alternative to native builds to create archives.

https://paul.kinlan.me/the-local-only-web/ and https://developer.chrome.com/articles/file-system-access/

mihaip commented 1 year ago

It may also allow entire folders to be imported (possibly with resource forks if the ...namedfork/rsrc path is accessible -- unclear if type/creator metadata can be similarly accessed)

MaddTheSane commented 1 year ago

If you have access to xattr, the "com.apple.FinderInfo" key (of course, if you do that, then getting the xattr of a Resource Fork using "com.apple.ResourceFork" xattr key attribute is possible.)

that-ben commented 1 year ago

I wonder how many users will then ask how come the old Mac game wrapped in a .sit that they've expanded under Windows doesn't work when you import it in InfiniteMac rolls eyes ughhhh...

mihaip commented 10 months ago

Filed #255 about the idea from https://github.com/mihaip/infinite-mac/issues/164#issuecomment-1518514849 to get at resource forks, that's somewhat orthogonal.