Skip to content
New issue

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

텍스트 파일 저장 모듈 개발 #17

Open
pypygeek opened this issue Oct 25, 2017 · 1 comment
Open

텍스트 파일 저장 모듈 개발 #17

pypygeek opened this issue Oct 25, 2017 · 1 comment

Comments

@pypygeek
Copy link

pypygeek commented Oct 25, 2017

텍스트 파일 저장 모듈 개발할 생각입니다.

  1. 저장할 경로, 파일이름 설정 (해당 경로가 없을 때 예외 처리도 생각해야 함)
  2. 사용자로 입력 받은 내용

경로와 파일이름이 있어야 사용자로 입력 받은 내용을 저장할 수 있게 만들어야 할 것 같네요.

System.IO.File.WriteAllText(경로, 텍스트 내용, 인코딩 설정) 이니깐요.

https://msdn.microsoft.com/ko-kr/library/ms143376(v=vs.110).aspx

@pypygeek
Copy link
Author

블록 중에서 선택기로 선택한 폴더로 경로를 받고(블록에 강제로 할지 고민중), 파일 이름과 텍스트 내용만 받게 만들면 될 듯하기도 하고요.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant