Small corrections for paths, and css.
This commit is contained in:
@@ -96,12 +96,13 @@
|
||||
)
|
||||
)
|
||||
|
||||
(define (open-file-manager path)
|
||||
(let ((folder (if (path? path) (path->string path) path))
|
||||
(do-open (λ (prg arg)
|
||||
(let ((exe (find-executable-path prg)))
|
||||
(dbg-rktplayer "(process* ~a ~a)" exe arg)
|
||||
(process* exe arg))))
|
||||
(define (open-file-manager path*)
|
||||
(let* ((path (normal-case-path path*))
|
||||
(folder (if (path? path) (path->string path) path))
|
||||
(do-open (λ (prg arg)
|
||||
(let ((exe (find-executable-path prg)))
|
||||
(dbg-rktplayer "(process* ~a ~a)" exe arg)
|
||||
(process* exe arg))))
|
||||
)
|
||||
(dbg-rktplayer "open-file-manager ~a" folder)
|
||||
(case (system-type 'os)
|
||||
|
||||
Reference in New Issue
Block a user