Beispiel #1
0
 public bool IsCurrentDocumentASparkFile()
 {
     return(ActiveDocumentPath.EndsWith(".spark"));
 }
Beispiel #2
0
        public bool ViewFolderExists()
        {
            int viewsLocationStart = ActiveDocumentPath.LastIndexOf("Views");

            return(viewsLocationStart != -1);
        }