validate icon indicating copy to clipboard operation
validate copied to clipboard

Refactor code to use URL objects instead of file paths wherever possible

Open jordanpadams opened this issue 3 years ago • 2 comments

💡 Description

Current code flips back and forth between using system file paths (operating system-specific) vs. URL objects. Wherever possible, we should switch to the latter to avoid operating system-specific issues with parse files and paths.

jordanpadams avatar Dec 21 '21 17:12 jordanpadams