C# 클래스 LazyCopy.DriverClient.LazyCopyFileHelper

Contains helper methods to work with the LazyCopy reparse files.
파일 보기 프로젝트 열기: aleksk/LazyCopy

공개 메소드들

메소드 설명
CreateLazyCopyFile ( string path, LazyCopyFileData fileData ) : void

Creates a new LazyCopy file.

GetReparseData ( string path ) : LazyCopyFileData

Gets the LazyCopy reparse data from the path given.

메소드 상세

CreateLazyCopyFile() 공개 정적인 메소드

Creates a new LazyCopy file.
/// is or empty. /// -or- /// is . /// -or- /// contains or empty file path. /// contains negative file size. File cannot be created. Reparse point data cannot be set.
public static CreateLazyCopyFile ( string path, LazyCopyFileData fileData ) : void
path string Path to the reparse point to get data from.
fileData LazyCopyFileData Reparse file data to be set for the .
리턴 void

GetReparseData() 공개 정적인 메소드

Gets the LazyCopy reparse data from the path given.
is or empty. File cannot be opened. Reparse point data cannot be retrieved.
public static GetReparseData ( string path ) : LazyCopyFileData
path string Path to the file to get the reparse data from.
리턴 LazyCopyFileData