Create key with more than one file and delete all at once

0

Can I create in the app.config, a key pointing to multiple directories and in the code pointing to that key and deleting all directories at once? Each directory should be separated by ";"? Like this:

<add key="Dir_BD" value="C:\Teste_Zip\Destino_Teste\Temp\bd;C:\Teste_Zip\Destino_Teste\Temp\Exe;C:\Teste_Zip\Destino_Teste\Temp\js"/>
    
asked by anonymous 01.03.2016 / 23:13

1 answer

0

I have resolved. With Get (), I can pass the name of the key and not the position of it. Resolved.

    
02.03.2016 / 00:05