Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support multiple delimiter options #4

Open
dd388 opened this issue Apr 19, 2016 · 2 comments
Open

Support multiple delimiter options #4

dd388 opened this issue Apr 19, 2016 · 2 comments

Comments

@dd388
Copy link
Collaborator

dd388 commented Apr 19, 2016

As referenced in Issue #3, the user should be able to specify which path delimiter format should be used for fileobjects and how the resource forks should be represented. Copied from the aforementioned Issue:

filename:rsrc - As the path would appear in pre-OS X systems
filename/rsrc - As the path would appear in OS 10.0-10.6 systems
filename/..namedfork/rsrc - As the path would appear in OS 10.7 and above systems

@dd388
Copy link
Collaborator Author

dd388 commented Oct 14, 2016

Started here:
f0a0e40

How this maps to options:
'classic' - :directory:file
'macosx' - /directory/file
'osx' - /directory/file

Which doesn't precisely map to Apple's reference (10.7/10.8; https://en.wikipedia.org/wiki/Macintosh_operating_systems#Desktop) but is close enough.

The commit referenced in this comment is only for delimiters for filenames. Separate fileobjects for resource forks is another issue, though related to this one.

@dd388
Copy link
Collaborator Author

dd388 commented Oct 14, 2016

It's worth noting that the delimiter options are now only available in the Python3 branch

@dd388 dd388 closed this as completed Apr 4, 2017
@dd388 dd388 reopened this Apr 11, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant