Skip to content

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

Description

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

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

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

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

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions