링크 ux 파일 크기 가 져 오기[c]

249 단어 clinuxstructFP
struct stat buf;
if(stat(strFileName.c_str(), &buf)>=0)
{
	char buff[100];
	unsigned long size = st.buf.st_size;
}

다른 방법 으로 파일 을 열 고 fseek(fp,SEEKSET, SEEK_END)파일 크기 를 계산 합 니 다.물론 이런 방법 은 비교적 느 립 니 다.

좋은 웹페이지 즐겨찾기