mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
[fastfat_new]
- Minor comments/TODO improvement in FatiCreate. svn path=/trunk/; revision=43512
This commit is contained in:
parent
c53695755d
commit
18857bc6be
1 changed files with 10 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue