2
Answers

How to copy file/folder to some other location.

wasif772

wasif772

20y
1.8k
1
Hi, i need to know , how to move or copy a file/folder to some other location. say source is C:\MyFolder and destnation is D:\ now if i move MyFolder from C to D , i don't find any way or method in System.IO.Directory such as Copy, Move is provided but has the restriction of Volume( can't move to different volume, volume should remain same). Please help me out Thanx
Answers (2)
0
Chintan Rathod

Chintan Rathod

NA 5.5k 1.9m 13y
<script src="../helloworld.js">
</script>

Now, whenever the page is loaded, the browser also puts the script
"helloworld.js" in the page. Note that you do not see the script in
your source code, you just see the include tag.

By including the above reference, your browser will now download
the code stored inside "helloworld.js" and run it as if it was physically
typed onto the page.