file-select

zlib

A library to invoke the native file selection dialogs to open or save files.

$ area51 add file-selectCopy

Usage

;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(file-select:some-function ...)