7 lines
93 B
OpenEdge ABL
7 lines
93 B
OpenEdge ABL
|
|
software {
|
||
|
|
create("output.txt")
|
||
|
|
create("docs/")
|
||
|
|
create("/output.txt")
|
||
|
|
create("/docs/")
|
||
|
|
}
|