Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
chdir()ディレクトリに含まれるファイルに対して to do を実行した後、ディレクトリ内のファイルを一覧表示するにはどうすればよいstat()ですか?
chdir()
stat()
chdir(av[i]); /* list the file */ stat(file1);