author | Wuzzy <almikes@aol.com> |
Thu, 15 Jun 2017 15:50:23 +0200 | |
changeset 12430 | c461a224ec09 |
parent 12213 | bb5522e88ab2 |
permissions | -rw-r--r-- |
// ExtractMode.h #ifndef __EXTRACT_MODE_H #define __EXTRACT_MODE_H namespace NExtract { namespace NPathMode { enum EEnum { kFullPathnames, kCurrentPathnames, kNoPathnames }; } namespace NOverwriteMode { enum EEnum { kAskBefore, kWithoutPrompt, kSkipExisting, kAutoRename, kAutoRenameExisting }; } } #endif