Skip to content

stellarbear/AuxiliarySharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StringsSharp

Just a bunch of useful methods. Nuget package is available 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)

About

Just a bunch of useful methods

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published