Click here to Skip to main content
15,905,913 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all

I wrote the below code to create a folder

VB
Dim directoryPath As String = Environment.CurrentDirectory("~/") + txtCompanyName.Text


Now i want to create the folder in other system

Please tell me how to assign the path for another system

Thank you
Posted
Updated 25-Apr-13 18:47pm
v2
Comments
[no name] 25-Apr-13 8:50am    
What kind of access do you have to the other system? You can't just randmonly create directories on computers. Especially on computers you do not even have access to.
[no name] 26-Apr-13 0:39am    
i have the full access over other system...

1 solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900