2
votes

How can you delete a file from a directory using OpenEdge ABL (progress-4gl) code?

I cannot find any code samples that get close to exemplifying this problem. I know how to output to value(path), and to input from value(path), but how is a delete accomplished?

1

1 Answers

10
votes

You use the 4GL OS-DELETE statement.

OS-DELETE value( "filename" ).