파일 존재 유무 확인 ( 존재하면 true, 절대경로 "/" 불가능  )

is_file( './dir/name.txt' )

 

파일삭제 ( 절대경로 "/" 불가능 )

unlink( 'name.txt' )

Posted by 꼬장e
,