Hi Devang;
In the PowerServer (PS) Web world, the file could be in the main App's work folder or a sub-folder of that (or whereever you manually deployed it). The path for the Web App's working folder is normally something like ...
- C:\Users\\AppData\Roaming\appeon\_
If you have deployed the CSV file as part of the PS Web App's deployment profile, the path to the file would be for example ...
- C:\Users\\AppData\Roaming\appeon\_\plugin
To get the Web App's actual working path, use the of_getcachedir ( ) method in the Appeon External Functions object.
Note: The ImportFIle and ImportString commands have a slightly different behaviour in the Web & Mobile world vs native PB. Please read the PS Help for more details.
HTH
Regards ... Chris