This is the old version of VidkaFileMapping_resource class used before dec 19, 2015. It strips away the extension, which the new one does not to avoid metadata filename clash bug.
Inheritance: Vidka.Core.Ops.VidkaFileMapping
Exemple #1
0
        public Program()
        {
            fileMapping    = new VidkaFileMapping_resource();
            fileMappingOld = new VidkaFileMapping_resource_old();
            foreach (var arg in Environment.GetCommandLineArgs().Skip(1))
            {
                RecursiveSearchForVidkaData(arg);
            }

            //Console.ReadKey();
        }
Exemple #2
0
        public Program()
        {
            fileMapping = new VidkaFileMapping_resource();
            fileMappingOld = new VidkaFileMapping_resource_old();
            foreach (var arg in Environment.GetCommandLineArgs().Skip(1))
            {
                RecursiveSearchForVidkaData(arg);
            }

            //Console.ReadKey();
        }