IFilePathHelper public interface IFilePathHelper Documentation Code namespace kCura.WinEDDS.Helpers { public interface IFilePathHelper { string GetExistingFilePath(string path); } }