mirror of
https://github.com/reactos/reactos.git
synced 2025-06-25 02:39:45 +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);
|
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,
|
/* If end backslash here, then it's definately not permitted,
|
||||||
since we're opening files here */
|
since we're opening files here */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue