Defaults for Unpack Zip File
Posted: 20.09.2015, 23:51
When I use the "Unpack" zip file function in the Action Toolbar, my last setting for "Use current folder" is remembered in the FreeCommander.ini file as the entry UseCurrentDir=1.
However, the option for "Unpack in subfolder" is not remembered. I always have to Uncheck that box before I can unpack a Zip file.
I tried adding an entry to set UnpackInSubfolder off (and also UnpackInSubDir off), but it did not work (as follows):
[dlgFcCopyMoveOperation_Unpack]
AutoCloseOnSuccess=1
AutoCloseOnCancel=0
AutoMinimizeOnStart=0
UseUnbufferedOperation=0
UnbufferedOperationSizeLimit=4
UseCurrentDir=1
UnpackInSubfolder=0 <---- My addition Failed
PreserveCreationDate=1
Is there a way to turn off this default or can you create a setting like my example to do it?
Thank You
However, the option for "Unpack in subfolder" is not remembered. I always have to Uncheck that box before I can unpack a Zip file.
I tried adding an entry to set UnpackInSubfolder off (and also UnpackInSubDir off), but it did not work (as follows):
[dlgFcCopyMoveOperation_Unpack]
AutoCloseOnSuccess=1
AutoCloseOnCancel=0
AutoMinimizeOnStart=0
UseUnbufferedOperation=0
UnbufferedOperationSizeLimit=4
UseCurrentDir=1
UnpackInSubfolder=0 <---- My addition Failed
PreserveCreationDate=1
Is there a way to turn off this default or can you create a setting like my example to do it?
Thank You