Exemplo n.º 1
0
        public static string WatchAbsolutePath(this PathEntryCollection collection)
        {
            var path = collection.ResolveToolsPath(collection["Global", "Watch (.wch)"].Path);

            return(collection.AbsolutePathFor(path, null));
        }
Exemplo n.º 2
0
        public static string MultiDiskAbsolutePath(this PathEntryCollection collection)
        {
            var path = collection.ResolveToolsPath(collection["Global", "Multi-Disk Bundles"].Path);

            return(collection.AbsolutePathFor(path, null));
        }
Exemplo n.º 3
0
        public static string LogAbsolutePath(this PathEntryCollection collection)
        {
            var path = collection.ResolveToolsPath(collection["Global", "Debug Logs"].Path);

            return(collection.AbsolutePathFor(path, null));
        }