file-select
A library to invoke the native file selection dialogs to open or save files.
$ area51 add file-selectコピー使い方
;; area51 add で .asd が自動更新されます。
;; コード内でパッケージを使用:
(in-package :my-project)
(file-select:some-function ...)A library to invoke the native file selection dialogs to open or save files.
$ area51 add file-selectコピー;; area51 add で .asd が自動更新されます。
;; コード内でパッケージを使用:
(in-package :my-project)
(file-select:some-function ...)