How Add The Extra Character in config

image
Hi All
I had a problem in passing the counter value in following config file path how to add the counter value in following path help me

1 Like

@vivekktr

Try this.

    in_Config_File("pdf_split_folder").Tostring.Trim

Aah got it
May be like this based on your need
Path.GetFilenamewithoutextension(inconfig(“key”).ToString)+”_”+counter.ToString+”.pdf”

So it will be like this
Filename_countervalue.pdf

We can change Adler our need
Cheers @vivekktr