System::IO::File::Move 메서드
File::Move method
지정된 파일을 새 위치로 이동합니다.
static void System::IO::File::Move(const String &sourceFileName, const String &destFileName)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| sourceFileName | const String& | 이동할 파일 |
| destFileName | const String& | sourceFileName이(가) 참조하는 파일의 새 위치 |
또 보기
- Class String
- Class File
- Namespace System::IO
- Library Aspose.Page for C++