/// <summary>
        /// Handles the remove file.
        /// </summary>
        private void HandleRemoveFile()
        {
            String   path     = Process.QueryEvents["mainvalue"];
            FileTree filetree = new FileTree(Process);

            filetree.DeleteFile(path);
        }