‎2007 Aug 24 8:21 AM
Hi experts,
I am doing some changes in the existing program. while do changes i gone thru some stmts.
CALL 'C_DIR_READ_START' ID 'DIR' FIELD A_DIR_NAME
ID 'FILE' FIELD A_GENERIC_NAME
ID 'ERRNO' FIELD FILE-ERRNO
ID 'ERRMSG' FIELD FILE-ERRMSG.
Plz exlain me this.
Reagrds
alson
‎2007 Aug 24 8:37 AM
This i suppose is a sytem call... this actually calls a C program in kernel....
From the name of it i would assume its trying to read the directory passed across...
Reward points if found this reply helpful.
Balaji