Ive got the following app.config.
However how do i get the Path.GetDirectoryName() of the file value ?
The reason i need it is because i olso have a function wich delete everey in that directory
app.config:
soo How should i do this ??
const string path = Path.GetDirectoryName(?????); --> file value
anyone got any idea ?? thnx
Manas MohapatraPosted Jan 6, 2016, 12:42 PM