I’m taking pdf file names in telerik sitefinity like this :
test..pdf (41 KB )
1..pdf (34 KB )
How to change these like this? test.pdf and 1.pdf
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If the extension is un-known, so in your case it’s PDF, this simply can be done by:
if you need more flexibility, can make
PDFas string variable too.Do not simply replace, as the file can contain points too.