We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15055ac commit 69422eaCopy full SHA for 69422ea
README.md
@@ -4,7 +4,8 @@ Export/Import sources in UDL format for [ISC Caché 2016.2](http://www.intersyst
4
# Installation
5
Download code and run
6
```
7
-do $System.OBJ.ImportDir("/dir/cache-udl","*.xml;*.cls;*.mac;*.int;*.inc;*.dfi","ck",,1)
+set dir="/dir/cache-udl
8
+do $System.OBJ.ImportDir(dir,"*.xml;*.cls;*.mac;*.int;*.inc;*.dfi","ck",,1)
9
10
or
11
import the [release](https://github.com/intersystems-ru/cache-udl/releases) to the namespace.
0 commit comments