C# Class NuDeploy.Core.Services.Filesystem.RelativeFilePathInfoFactory

Inheritance: IRelativeFilePathInfoFactory
Mostrar archivo Open project: andreaskoch/NuDeploy

Public Methods

Method Description
GetRelativeFilePathInfo ( string absoluteFilePath, string basePath ) : RelativeFilePathInfo

Method Details

GetRelativeFilePathInfo() public method

public GetRelativeFilePathInfo ( string absoluteFilePath, string basePath ) : RelativeFilePathInfo
absoluteFilePath string
basePath string
return RelativeFilePathInfo