https://github.com/meokullu/easysaver
EasySaver is project to save bitmap image and text files easily with two other dependent packages.
https://github.com/meokullu/easysaver
file file-management save saving
Last synced: 3 months ago
JSON representation
EasySaver is project to save bitmap image and text files easily with two other dependent packages.
- Host: GitHub
- URL: https://github.com/meokullu/easysaver
- Owner: meokullu
- License: mit
- Created: 2023-09-02T23:11:35.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-01T14:54:56.000Z (almost 2 years ago)
- Last Synced: 2025-09-30T21:52:11.895Z (8 months ago)
- Topics: file, file-management, save, saving
- Language: C#
- Homepage: https://meokullu.github.io/EasySaver/
- Size: 2.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
## EasySaver
[](https://www.nuget.org/packages/EasySaver.Common/) [](https://www.nuget.org/packages/EasySaver.Common/) [](https://github.com/meokullu/EasySaver/blob/master/LICENSE)
EasySaver is a multi-solution package to save bitmap image files and text files easily with different naming formats including `Custom`, `LongDate`, `ShortDate`, `LongTime`, `ShortTime`, `LongDateTime` and `ShortDateTime`.

[Download on NuGet gallery](https://www.nuget.org/packages/EasySaver/)
***
* BitmapFile
[](https://www.nuget.org/packages/EasySaver.BitmapFile/) [](https://www.nuget.org/packages/EasySaver.BitmapFile/)
* TextFile
[](https://www.nuget.org/packages/EasySaver.TextFile/) [](https://www.nuget.org/packages/EasySaver.TextFile/)
### How to download
Release: [Latest release](https://github.com/meokullu/EasySaver/releases/latest)
[Download on NuGet gallery](https://www.nuget.org/packages/EasySaver.Common/)
.NET CLI:
```
dotnet add package EasySaver.Common
```
### Description
EasySaver has one common and two external packages. Common package have several internal, private and public methods. Via these methods using [EasySaver.BitmapFile](https://github.com/meokullu/EasySaver/tree/master/EasySaver.BitmapFile) or [EasySaver.TextFile](https://github.com/meokullu/EasySaver/tree/master/EasySaver.TextFile) are easy.
### Naming Formats
```
NamingFormat.Custom
```
> {hour}-{minute}-{second}-{millisecond}
```
NamingFormat.LongTime
```
> {hour}-{minute}-{second}
```
NamingFormat.ShortTime
```
> {year}-{month}-{day}
```
NamingFormat.LongDate
```
> {month}-{day}
```
NamingFormat.ShortDate
```
> {year}-{month}-{day}-{hour}-{minute}-{second}-{millisecond}
```
NamingFormat.LongDateTime
```
> {month}-{day}-{hour}-{minute}-{second}
```
NamingFormat.ShortDateTime
```
To check listed/unlisted methods, example of output visit wiki page. [EasySaver Wiki](https://github.com/meokullu/EasySaver/wiki)
### BitmapFile
[BitmapFile README](https://github.com/meokullu/EasySaver/tree/master/EasySaver.BitmapFile/README.md)
### TextFile
[TextFile README](https://github.com/meokullu/EasySaver/tree/master/EasySaver.TextFile/README.md)
### Version History
See changelog [EasySaver Changelog](https://github.com/meokullu/EasySaver/blob/master/CHANGELOG.md)
### Task list
* Create an issue or check task list: [Issues](https://github.com/meokullu/EasySaver/issues)
### Licence
[MIT license](https://github.com/meokullu/EasySaver/blob/master/LICENSE)
### Authors & Contributing
If you'd like to contribute, then contribute. [contributing guide](https://github.com/meokullu/EasySaver/blob/master/CONTRIBUTING.md).
[](https://github.com/meokullu/EasySaver/graphs/contributors)
### Authors
Twitter: Enes Okullu [@enesokullu](https://twitter.com/EnesOkullu)
### Help
Twitter: Enes Okullu [@enesokullu](https://twitter.com/EnesOkullu)