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

⎕CFTIE/⎕XFTIE/⎕FTIE confusion #17

Open
DavinChurch opened this issue Jan 20, 2025 · 0 comments
Open

⎕CFTIE/⎕XFTIE/⎕FTIE confusion #17

DavinChurch opened this issue Jan 20, 2025 · 0 comments

Comments

@DavinChurch
Copy link
Collaborator

APL+Win has three somewhat different file systems. ⎕FTIE and ⎕XFTIE are related and share a common file format - just the naming of files changes and that can be handled with cover functions.

However, the ⎕CFTIE system is entirely different. It uses a different internal format of course, but all the access functions are independent. Functionally you could replace these calls with ⎕XFTIE-equivalent calls on this side, except for one major discrepancy... the file tie numbers are independent!

IOW, you can tie a ⎕FTIE or ⎕XFTIE file to number 123 and at the same time ⎕CFTIE an entirely different file to 123 as well, and APL+Win handles them as two completely independent file ties. I'm not sure how you're going to manage that difference when an application ends up using both kinds of files at the same time (and some of them DO).

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