plyer icon indicating copy to clipboard operation
plyer copied to clipboard

Added feature to return macOS desktop path for StoragePath

Open temitayoadefemi opened this issue 6 months ago • 0 comments

This pull request introduces a new feature to return the macOS desktop path for use in the StoragePath module. This addition allows access to the user's desktop directory on macOS systems, improves cross-platform compatibility, and simplifies file operations related to the OSX.

Key changes:

Added a new function _get_desktop_dir() to retrieve the desktop path on macOS Added the get_desktop_dir() to the StoragePath facade Added a line in the test_storagepath.py to test whether it works as intented

Please review and let me know if any further modifications are needed.

temitayoadefemi avatar Jul 30 '24 17:07 temitayoadefemi