IsolatedStorageFile.MoveFile(String, String) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정된 파일을 새 위치로 이동하고 선택적으로 새 파일의 이름을 지정할 수 있습니다.
public:
void MoveFile(System::String ^ sourceFileName, System::String ^ destinationFileName);
public void MoveFile (string sourceFileName, string destinationFileName);
[System.Runtime.InteropServices.ComVisible(false)]
public void MoveFile (string sourceFileName, string destinationFileName);
member this.MoveFile : string * string -> unit
[<System.Runtime.InteropServices.ComVisible(false)>]
member this.MoveFile : string * string -> unit
Public Sub MoveFile (sourceFileName As String, destinationFileName As String)
매개 변수
- sourceFileName
- String
이동할 파일의 이름입니다.
- destinationFileName
- String
파일의 새 위치에 대한 경로입니다. 파일 이름을 포함하면 이동한 파일에 해당 이름이 지정됩니다.
- 특성
예외
sourceFileName
또는 destinationFileName
가 빈 문자열이거나 공백만 포함하거나 GetInvalidPathChars() 메서드로 정의된 하나 이상의 잘못된 문자를 포함합니다.
sourceFileName
또는 destinationFileName
가 null
인 경우
격리된 저장소가 닫힌 경우
격리된 저장소가 삭제된 경우
sourceFileName
을 찾을 수 없습니다.
설명
및 destinationFileName
가 동일한 경우 sourceFileName
이 메서드는 예외를 throw하지 않습니다.
적용 대상
추가 정보
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET