Skip to content

Instantly share code, notes, and snippets.

@AndersonChoi
Created March 4, 2017 02:16
Show Gist options
  • Save AndersonChoi/c32d56547ae40aedaac8266518db6b4d to your computer and use it in GitHub Desktop.
Save AndersonChoi/c32d56547ae40aedaac8266518db6b4d to your computer and use it in GitHub Desktop.
if(obj.fileIOPermitted(args)){
obj.fileIO(args);
}else{
//예외사항 처리...
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment