Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Call 'C_DIR'

Former Member
0 Likes
364

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

1 REPLY 1
Read only

Former Member
0 Likes
299

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