31 Jan
2007
31 Jan
'07
1:38 a.m.
On 1/30/07, Peng Yu
Hi,
The following program gives some error. Can somebody let me know if it is possible to open filenames starting with "."?
Thanks, Peng
int main() { boost::filesystem::ofstream file(".abc"); }
try namespace bf = boost::filesystem; bf::ofstream file( bf::path(".abc", bf::native) ); -- Server Levent Yilmaz Mechanical Engineering @ PITT