파일 사이즈 0 체크 방법

VNote 2018.06.17 09:43:36 *: If New FileInfo("경로").Length.Equals(0) Then

End If

If New FileInfo(strUsersPath).Length.Equals(0) Then

    'File is empty.

Else

    'File is not empty.

End If