Author: fireball Date: Fri Oct 16 14:29:34 2009 New Revision: 43512
URL: http://svn.reactos.org/svn/reactos?rev=43512&view=rev Log: [fastfat_new] - Minor comments/TODO improvement in FatiCreate.
Modified: trunk/reactos/drivers/filesystems/fastfat_new/create.c
Modified: trunk/reactos/drivers/filesystems/fastfat_new/create.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/filesystems/fastfat... ============================================================================== --- trunk/reactos/drivers/filesystems/fastfat_new/create.c [iso-8859-1] (original) +++ trunk/reactos/drivers/filesystems/fastfat_new/create.c [iso-8859-1] Fri Oct 16 14:29:34 2009 @@ -643,7 +643,16 @@ 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 */