IsExist

파일의 존재 여부 확인

bool  IsExist(
   const string  file_name      // 파일 이름
  \)

매개변수

file_name

[in]  확인할 파일의 이름.

값 반환

true - 파일이 존재.