Esempio n. 1
0
        /* ----------------------------------------------------------------- */
        ///
        /// SetDestination
        ///
        /// <summary>
        /// Sets the destination path.
        /// </summary>
        ///
        /* ----------------------------------------------------------------- */
        private void SetDestination(ArchiveReader src, ExtractDirectory dir)
        {
            var basename = Io.Get(src.Source).GetBaseName(src.Format);

            dir.Resolve(basename, src.Items);
            Destination = dir.Value;
        }