diff options
author | Camil Staps | 2015-07-01 17:36:37 +0200 |
---|---|---|
committer | Camil Staps | 2015-07-01 17:36:37 +0200 |
commit | 7553b7f9d4dddc2235c137d41de8ce22547bebe3 (patch) | |
tree | 34f8fb4b36640317d728a60586424f67f9befbe7 /osfileselect.dcl | |
parent | gitignore (diff) |
Initial commit
Diffstat (limited to 'osfileselect.dcl')
-rw-r--r-- | osfileselect.dcl | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/osfileselect.dcl b/osfileselect.dcl new file mode 100644 index 0000000..8d38fac --- /dev/null +++ b/osfileselect.dcl @@ -0,0 +1,12 @@ +definition module osfileselect
+
+// Clean Object I/O library, version 1.2
+
+import StdString
+from ostoolbox import :: OSToolbox
+import osevent
+
+osInitialiseFileSelectors :: !*OSToolbox -> *OSToolbox
+osSelectinputfile :: !(OSEvent->.s->.s) !.s !*OSToolbox -> (!Bool,!String,!.s,!*OSToolbox)
+osSelectoutputfile :: !(OSEvent->.s->.s) !.s !String !String !*OSToolbox -> (!Bool,!String,!.s,!*OSToolbox)
+osSelectdirectory :: !(OSEvent->.s->.s) !.s !*OSToolbox -> (!Bool,!String,!.s,!*OSToolbox)
|