특정 디렉토리에 파일 이름들을 모두 바꾸려고 합니다.
물론 이름은 모르는 상태입니다.
이 상황에서 그 파일들의 포인터를 얻을수 있는 방법이 있으면
답변부탁드립니다.
그럼 좋은하루되세요~
$ man 3 opendir $ man 3 readdir $ man 3 closedir
잠고로, 이름을 바꾸는 것은, rename(2)을 쓰시면 됩니다. 궂이 file을 open(2)하거나 fopen(3)할 필요 없습니다.
C FAQ: http://www.eskimo.com/~scs/C-faq/top.html Korean Ver: http://cinsk.github.io/cfaqs/
텍스트 포맷에 대한 자세한 정보
<code>
<blockcode>
<apache>
<applescript>
<autoconf>
<awk>
<bash>
<c>
<cpp>
<css>
<diff>
<drupal5>
<drupal6>
<gdb>
<html>
<html5>
<java>
<javascript>
<ldif>
<lua>
<make>
<mysql>
<perl>
<perl6>
<php>
<pgsql>
<proftpd>
<python>
<reg>
<spec>
<ruby>
<foo>
[foo]
[code:1]$ man 3 opendir$ man 3 readd
opendir(3)로 디렉토리를 열고, readdir(3)로 해당 디렉토리의 파일 이름을 하나씩 꺼내서 작업하고, closedir(3)로 닫으면 됩니다.
잠고로, 이름을 바꾸는 것은, rename(2)을 쓰시면 됩니다. 궂이 file을 open(2)하거나 fopen(3)할 필요 없습니다.
C FAQ: http://www.eskimo.com/~scs/C-faq/top.html
Korean Ver: http://cinsk.github.io/cfaqs/
댓글 달기