alejandro
30th May 2002, 14:48
I am trying to delete a file located in the server from a script. The code I use reads:
ret=shell("rm "&quearch,64)
Where quearch is a string variable containig full file path.
What I see is that this action takes a lot of time, maybe because I am calling shell emulator.
The question is:
¿Is there a function in tt or in 4GL function to delete a file in the server, more efficiently?
I am looking for something similar to remove.local.file (ttdllbw), but must be in server, something like "remove.server.file"??.
Thanks.
PS BaaN IV & UNIX
ret=shell("rm "&quearch,64)
Where quearch is a string variable containig full file path.
What I see is that this action takes a lot of time, maybe because I am calling shell emulator.
The question is:
¿Is there a function in tt or in 4GL function to delete a file in the server, more efficiently?
I am looking for something similar to remove.local.file (ttdllbw), but must be in server, something like "remove.server.file"??.
Thanks.
PS BaaN IV & UNIX