Joseph Austin

Results 21 comments of Joseph Austin

Okay, got a workaround: ``` button "Purge", parent:packer do begin jkh = hjh Dir.glob(File.join($window.trashFolder, "*.*")).each do |file| File.delete file unless File.directory? file end rescue => y @folderBrowser.parent.clear @folderBrowser = nil...