We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fad0d3a commit c3136b2Copy full SHA for c3136b2
README.md
@@ -3,13 +3,13 @@ Export/Import sources in UDL format for [ISC Caché 2016.2](http://www.intersyst
3
4
## Setup working directory ( optional )
5
```
6
-NS> w ##class(sc.all).workdir("/path/to/your/working/directory/")
+NS> w ##class(sc.code).workdir("/path/to/your/working/directory/")
7
8
## Export to working directory:
9
10
-NS> d ##class(sc.all).export()
+NS> d ##class(sc.code).export()
11
12
## Import:
13
14
-NS> d ##class(sc.all).import()
+NS> d ##class(sc.code).import()
15
0 commit comments