file

  1. Cecil

    .NET isFileLocked() function

    Returns unknown ? if the file is not found, true if it was locked, and false if it was not. block-level on error undo, throw. using System.IO.File from assembly. using System.IO.FileAccess from assembly. using System.IO.FileMode from assembly. using System.IO.FileShare from assembly. using...
  2. D

    Trying to resolve Input Data Too Large error

    I'm trying to troubleshoot Webspeed code that loads an item catalog from a .csv that has been placed on a server. If the .csv code is greater than about 850K and 5,000 records, the program stalls and I see the following message in the server log: P-064472 T-1751873344 1 WS -- (Procedure...
  3. C

    Question Traversing through log file from CIM

    Hi I am new to Progress programming, I am just trying to read a CIM file error log file and getting the GroupIDs, Error Msgs, and ultimately I would like to get the data that was loaded for that group, and write it out to comma delimited file. If I wanted to go to specific line in file or find...
  4. K

    Move/rename

    Dear All, I have a input file which is processed at regular intervals ( 2 secs). I have tried OS-COMMAND MOVE, OS-COMMAND RENAME the but at times the file remains in the input folder. I am wondering is there any PROgRESS function to get around this?
Top