Check if the path input is URL or Local File
- by Ahmed
Hi All,
I'm working in xmldataprovider and we have configuration value "source" this value may be local file or url
like
c:\data\test.xml --absolute
data\test.xml --relative
or url
http:\mysite\test.xml
how I can determine all this cases in code
I'm working c#