Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Can ASPECT fopen using network path ("//srv1\test\file")?

Status
Not open for further replies.

tpq

Programmer
Apr 2, 2003
12
US
fopen failed when open a file with a network path liked: //serv1\test\file.txt

Currently I have map the '//serv1' to a drive(p) and then open it like this: p:/test/file.txt the it works fine

Is there a way to open a file on a network path without mapping to a logical drive first?

Thanks

 
Unfortunately, no. Most functionality (maybe all, it's been awhile since I looked into this) in ASPECT and Procomm itself cannot function with UNC paths.


aspect@aspectscripting.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top