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
텍스트 파일 저장 모듈 개발할 생각입니다.
경로와 파일이름이 있어야 사용자로 입력 받은 내용을 저장할 수 있게 만들어야 할 것 같네요.
System.IO.File.WriteAllText(경로, 텍스트 내용, 인코딩 설정) 이니깐요.
System.IO.File.WriteAllText(경로, 텍스트 내용, 인코딩 설정)
https://msdn.microsoft.com/ko-kr/library/ms143376(v=vs.110).aspx
The text was updated successfully, but these errors were encountered:
블록 중에서 선택기로 선택한 폴더로 경로를 받고(블록에 강제로 할지 고민중), 파일 이름과 텍스트 내용만 받게 만들면 될 듯하기도 하고요.
Sorry, something went wrong.
No branches or pull requests
텍스트 파일 저장 모듈 개발할 생각입니다.
경로와 파일이름이 있어야 사용자로 입력 받은 내용을 저장할 수 있게 만들어야 할 것 같네요.
System.IO.File.WriteAllText(경로, 텍스트 내용, 인코딩 설정)
이니깐요.https://msdn.microsoft.com/ko-kr/library/ms143376(v=vs.110).aspx
The text was updated successfully, but these errors were encountered: