The application represents a way to easily copy any file or folder to an attached flash drive
- Written in C#
- Context menu functionalities implemented using SharpContextMenu from the SharpShell NuGet - https://github.com/dwmkerr/sharpshell/tree/master/SharpShell/SharpShell/SharpContextMenu
- SHFileOperation API used to implement copying of file system objects
- The application removes the necessity of copy-pasting by simply highlighting the desired files, right-clicking, and selecting the appropriate option displayed in the Windows context menu
Project files need to rearranged in order to be able to use the software (in the near future)!