Click here to Skip to main content
16,011,626 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Given that Q: is a drive assigned to a shared folder on a remote server, will the following code segment be valid?

FILE *fp;
_wfopen_s(&fp,_T("Q:\Test.abc"),_T("rb"));
_wfopen_s(&fp,_T("Q:\Test.abc"),_T("wb"));
_wfopen_s(&fp,_T("Q:\Test.abc"),_T("ab"));
Posted
Updated 27-Aug-11 12:08pm
v2

1 solution

Yes, but why doesn't you just try it, wouldn't take you much longer than creating the question, not that I mind.
 
Share this answer
 

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