파일에 대한 현재 경로를 가져옵니다. 경로는 루트 디렉터리에 상대적입니다.
네임스페이스: Microsoft.Synchronization.Files
어셈블리: microsoft.synchronization.files.dll의 Microsoft.Synchronization.Files
구문
‘선언
Public ReadOnly Property CurrentFilePath As String
‘사용 방법
Dim instance As SkippedChangeEventArgs
Dim value As String
value = instance.CurrentFilePath
public string CurrentFilePath { get; }
public:
property String^ CurrentFilePath {
String^ get ();
}
/** @property */
public String get_CurrentFilePath ()
public function get CurrentFilePath () : String
속성 값
루트 디렉터리에 상대적인 파일에 대한 현재 경로입니다.
주의
변경 내용이 ChangeType.Rename인 경우 이는 새 이름이 적용되기 전의 경로가 됩니다.
변경 내용이 ChangeType.Create인 경우 이 값은 null 참조(Visual Basic에서는 Nothing)이 됩니다.
참고 항목
참조
SkippedChangeEventArgs 클래스
SkippedChangeEventArgs 멤버
Microsoft.Synchronization.Files 네임스페이스