Check if the path input is URL or Local File
Posted
by Ahmed
on Stack Overflow
See other posts from Stack Overflow
or by Ahmed
Published on 2010-03-27T06:51:10Z
Indexed on
2010/03/27
6:53 UTC
Read the original article
Hit count: 291
c#
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#
© Stack Overflow or respective owner