Finding the filepath...
-
Hi, I have a textbox in which i specify the filename(ex:sample.txt) at runtime i want to display the full path of the entered filename in other textbox in a button click. I am using c#.net 2005 i tried using Path.GetfullPath("filename"); but i couldnt get the correct path.IT HAS TO SEARCH OVER ALL DIRECTORIES N GIVE ME THE PATH.... how to do this? Can ne body help me...
zari
-
Hi, I have a textbox in which i specify the filename(ex:sample.txt) at runtime i want to display the full path of the entered filename in other textbox in a button click. I am using c#.net 2005 i tried using Path.GetfullPath("filename"); but i couldnt get the correct path.IT HAS TO SEARCH OVER ALL DIRECTORIES N GIVE ME THE PATH.... how to do this? Can ne body help me...
zari
Is this a file saved on the server?
-
Is this a file saved on the server?