Question
![](https://accounts.pega.com/sites/default/files/styles/user_image/public/1689945000/de627806-229b-451b-ba18-fcfb054a6536.jpg?itok=gQXDYohQ)
Pegasystems Inc.
JP
Last activity: 11 Sep 2017 7:02 EDT
Can I save file location in pxURL control?
Hi,
Our system needs to keep information about file location in a filesystem (network drive, or local drive). In computer world in general, http:// for web and file:\\\ for a filesystem is kind of the same, so I guess I can use pxURL control. I have created a property "FilePath" in a data table and trying to save file location but PRPC is throwing an error. I tried "C:\Data\PoC" and "file:\\\C:\Data\PoC" but both failed. Can I still use this pxURL for file location? If I use pxTextInput, the string will be shown as regular text on screen but I need to show it by hyper link so user can click to jump by Windows Explorer.
Thanks,