Sign in Sign up
nuget

Mythosia

This project supports custom functions for user's clean code that are not directly provided by .NET. New Features: Safe File Operations (Mythosia.IO) NEW: Safely read text or binary files with graceful error handling, returning empty results instead of throwing exceptions. Example (Text): string content = await "C:\\path\\file.txt".ReadAllTextAsync(); Example (Binary): byte[] data = await "C:\\path\\file.bin".ReadAllBytesAsync(); Directory Operations (Mythosia.IO) NEW: Safely retrieve file listings with flexible search patterns and recursive options. Example (Basic): string[] files = "C:\\folder".GetAllFiles(); Example (Pattern): string[] textFiles = "C:\\folder".GetAllFiles("*.txt", SearchOption.AllDirectories);

nuget View on Nuget

Activity

Latest release
1y ago
Total releases
17
Cadence
~4 days
Last 12 months
0

Details

License
MIT
First release
Jun 18, 2023
Releases
Version Released
1.4.0 minor
1.3.0 minor
1.2.4 patch
1.2.3 patch
1.2.2 patch
1.2.1 patch
1.2.0 minor
1.1.5 patch
1.1.4 patch
1.1.3 patch
1.1.2 patch
1.1.1 patch
1.1.0 minor
1.0.3 patch
1.0.2 patch
1.0.1 patch
1.0.0 initial