equal
deleted
inserted
replaced
3924 #endif |
3924 #endif |
3925 |
3925 |
3926 MakeDir(_L("C:\\F32-TST\\TFMAN\\DRIVEMOVE\\")); |
3926 MakeDir(_L("C:\\F32-TST\\TFMAN\\DRIVEMOVE\\")); |
3927 TInt r=gFileMan->Move(_L("C:\\F32-TST\\TFMAN\\DRIVEMOVE\\*"),trgDrive,CFileMan::ERecurse); |
3927 TInt r=gFileMan->Move(_L("C:\\F32-TST\\TFMAN\\DRIVEMOVE\\*"),trgDrive,CFileMan::ERecurse); |
3928 test.Printf(_L("TestMoveEmptyDirectory(),gFileMan->Move(),r=%d\n"),r); |
3928 test.Printf(_L("TestMoveEmptyDirectory(),gFileMan->Move(),r=%d\n"),r); |
3929 test (r==KErrNotFound); |
3929 test_Value(r, r == KErrNotFound); |
3930 } |
3930 } |
3931 |
3931 |
3932 LOCAL_C void TestCopyAndRename() |
3932 LOCAL_C void TestCopyAndRename() |
3933 // |
3933 // |
3934 // Rename while copying files and directories |
3934 // Rename while copying files and directories |