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