From: Aleksey Bragin Date: Fri, 16 Oct 2009 12:29:34 +0000 (+0000) Subject: [fastfat_new] X-Git-Tag: ReactOS-0.3.11~455 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=18857bc6be1aef9f4f215c69254ea5daeff24dfc [fastfat_new] - Minor comments/TODO improvement in FatiCreate. svn path=/trunk/; revision=43512 --- diff --git a/reactos/drivers/filesystems/fastfat_new/create.c b/reactos/drivers/filesystems/fastfat_new/create.c index f2555de7b0f..f6ceec0d0d6 100644 --- a/reactos/drivers/filesystems/fastfat_new/create.c +++ b/reactos/drivers/filesystems/fastfat_new/create.c @@ -643,7 +643,16 @@ FatiCreate(IN PFAT_IRP_CONTEXT IrpContext, FatSetFullNameInFcb(ParentDcb, &FirstName); } - // TODO: Try to open directory + // TODO: Try to find a directory entry of this path + + /* Check if we need to open target directory */ + if (OpenTargetDirectory) + { + // TODO: Open target directory + UNIMPLEMENTED; + } + + // TODO: Check, if path is a directory or a file /* If end backslash here, then it's definately not permitted, since we're opening files here */