Z
ZhangZQ
If I want to access the shared folder in other Windows PC, a popup dialog
will popup to input the username and password.
Is it possible to access the files in shared folder in coding without the
popup dialog if I have the user name and password in that host pc?
For examples, I want to open the file in a host, \\host\files\file.cpp,
fopen(\\\host\\files\file.cpp, 'r'); Is it possible? Should I use the
LogonUser() first?
Thanks.
will popup to input the username and password.
Is it possible to access the files in shared folder in coding without the
popup dialog if I have the user name and password in that host pc?
For examples, I want to open the file in a host, \\host\files\file.cpp,
fopen(\\\host\\files\file.cpp, 'r'); Is it possible? Should I use the
LogonUser() first?
Thanks.