public static Save ( string filepath, Stream stream, bool overwrite ) : void | ||
filepath | string | 대상 파일 경로 |
stream | Stream | 저장할 내용 |
overwrite | bool | 겹쳐쓰기 여부 |
return | void |
public static Save ( string filepath, Stream stream, bool overwrite ) : void | ||
filepath | string | 대상 파일 경로 |
stream | Stream | 저장할 내용 |
overwrite | bool | 겹쳐쓰기 여부 |
return | void |