We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
파일의 리소스 섹션이 없는경우 get_file_version()는 항상 실패하게 된다. 때문에, file_version을 ""로 설정하고 true를 return 한다. 그 외의 에러인 경우는 false를 return한다.
The text was updated successfully, but these errors were encountered:
get_file_version()에서 에러를 구분해야한다. (issue #18)
e090c03
- 파일의 리소스 섹션이 없는경우 get_file_version()는 항상 실패하게 된다. 때문에, file_version을 "none"로 설정하고 true를 return 한다. 그 외의 에러인 경우는 false를 return한다.
No branches or pull requests
파일의 리소스 섹션이 없는경우 get_file_version()는 항상 실패하게 된다.
때문에, file_version을 ""로 설정하고 true를 return 한다.
그 외의 에러인 경우는 false를 return한다.
The text was updated successfully, but these errors were encountered: