With reference to this link I can retrieve the path and file name.
Further all I want to name the file as-
D:\Links\filename
for eg-
http://www.example.com/category/location/filename
- will be the original
D:\Links\category\location\filename.html - is what I want to do due to which it will run as -
fttp://D:/Links/category/location/filename.html
Help / Guidance in any form is welcome.
Thanks a lot :)