Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

programming language C on AIX

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
if anyone can tell me how to copy a directory, or see the directories, or the files in a directory in language C on AIX please let me know.

I thank you very much
 
Nymeron,

That kind of thing is much easier in one of the shell languages -- is there some reason you need to to it in C? [sig]<p>Mike<br><a href=mailto:michael.j.lacey@ntlworld.com>michael.j.lacey@ntlworld.com</a><br><a href= Cargill's Corporate Web Site</a><br> [/sig]
 
HI Nymeron

if you intend to use aix command in C you will need to use the library system eg to run a list of file in a directory you will need to run system(&quot;ls&quot;);

Hopes this works


odey [sig][/sig]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top