An open API service indexing awesome lists of open source software.

https://github.com/stellarbear/auxiliarysharp

Just a bunch of useful methods
https://github.com/stellarbear/auxiliarysharp

Last synced: 11 months ago
JSON representation

Just a bunch of useful methods

Awesome Lists containing this project

README

          

# StringsSharp
Just a bunch of useful methods. Nuget package is [available](https://www.nuget.org/packages/AuxiliarySharp/) provided.

# Method list
* Drive
* string GetDriveLabel(string driveName)
* Folder
* IEnumerable GetKnownFolders()
* string GetKnownFolder(KnownFolders type)
* General
* string GetCurrentTime()
* string GetCurrentDirectory()
* void CopyToClipboard(object value)
* string MakeRelative(string path)
* void OpenDirectory(string filename)
* string GetHumanReadableFileSize(string filepath)
* string GetHumanReadableFileSize(long filesize)
* bool CheckIfFileIsAccessible(string filepath)
* Processing
* void Serialize(string filename, T aimClass)
* T DeSerialize(string filename)
* string ReadFile(string filename)
* void WriteFile(string filename, string content)
* void DeleteFile(string filename)
* ShellIcon
* ImageSource GetShellIcon(string filePath)