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

Dealing with binary files #61

Open
XingYeKM opened this issue Sep 23, 2024 · 1 comment
Open

Dealing with binary files #61

XingYeKM opened this issue Sep 23, 2024 · 1 comment

Comments

@XingYeKM
Copy link

How to open a file in binary mode? Or how to save the file as binary? Just like the fopen function, which specifies the open mode as "b", I don't see any filex related functions or operations? Is this feature supported?

@amgross
Copy link

amgross commented Sep 24, 2024

From what I know, in filex all files are treated like bin (which mean no modification done for special characters and such)

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

2 participants