We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4f225d2 + 2ed8543 commit 0aadefbCopy full SHA for 0aadefb
1 file changed
README.md
@@ -1,5 +1,15 @@
1
# all.udl
2
Export/Import all sources in UDL format for ISC Caché 2016
3
4
-## Installation
5
-NS> s ^%SYS("SourceControlClass", $namespace ) = "sc.all"
+## Setup working directory ( optional )
+```
6
+NS> w ##class(sc.all).workdir("/path/to/your/working/directory/")
7
8
+## Export to working directory:
9
10
+NS> d ##class(sc.all).export()
11
12
+## Import:
13
14
+NS> d ##class(sc.all).import()
15
0 commit comments