In the std:: you can close an open file like this:
But if you have opened a File in Managed, how do you close a file here:Code:ifstream File10("C:\\File1.txt"); File10.close();
Code:System::IO::File::Open // Here I canīt find Close as a member to File::



LinkBack URL
About LinkBacks


