Recent content by Gareth Rosson

  1. G

    file permissions

    Resorted to a progress solution in the end where v-file is the file I may not have permission to write to OUTPUT TO VALUE(v-filepath). RUN open-file (v-file). OUTPUT CLOSE. OS-DELETE VALUE(V-FILEPATH). IF RETURN-VALUE = 'OK' THEN LEAVE. PROCEDURE open-file: DEF...
  2. G

    file permissions

    Running Progress V8 on NT4, I am trying to check if I have write permission for an external file before opening it. However file-info:file-type always seems to contain a "W" even when I don't have write access. Does anyone know of another way of checking this ?
Back
Top