Example #1
0
 bool IsFileInsideProjectFolder(string filePath)
 {
     return(Project.IsFileFileInsideProjectFolder(filePath));
 }