some modification about directory feature

pull/152/head
x86kernel 10 years ago
parent 7cf172d282
commit a541dd35f8

@ -53,7 +53,7 @@ public:
{
if (os::dir_check(fname, dirs))
if(os::create_dirs(dirs))
return;
break;
if(!os::fopen_s(&_fd, fname, mode))
return;

Loading…
Cancel
Save