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

New features #11

Open
bobi6666 opened this issue Jan 8, 2024 · 5 comments
Open

New features #11

bobi6666 opened this issue Jan 8, 2024 · 5 comments

Comments

@bobi6666
Copy link
Contributor

bobi6666 commented Jan 8, 2024

please add new methods:
string get_current_directory, bool file exists double get_file_size

@m1maker
Copy link
Owner

m1maker commented Jan 8, 2024

There are such functions. class filesystem{
string get_current_path() const;
};
And there really is no file_exists function

@bobi6666
Copy link
Contributor Author

bobi6666 commented Jan 8, 2024 via email

@bobi6666
Copy link
Contributor Author

bobi6666 commented Jan 8, 2024 via email

@bobi6666
Copy link
Contributor Author

bobi6666 commented Jan 8, 2024 via email

@harrymkt
Copy link
Contributor

harrymkt commented Jan 27, 2024

file open with wb flag

wb doesn't exist in NGT at all.
only,
a
r
w

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

3 participants