| Crates.io | fileopen |
| lib.rs | fileopen |
| version | 0.1.0 |
| created_at | 2021-01-13 16:22:47.224356+00 |
| updated_at | 2021-01-13 16:22:47.224356+00 |
| description | Read README.md for documentation |
| homepage | |
| repository | https://github.com/salmmanfred/fileopen |
| max_upload_size | |
| id | 341432 |
| size | 4,247 |
This is a cargo for easy opening of files.
To get the file into a string: fileOpen((&str)) Returns string
To get files line by line fileOpenLines((&str)) Retruns vector
To write to a file do : writeFile((&str),(&str)) (file name, file content) Returns i8(1 if success)