equal
deleted
inserted
replaced
1577 |
1577 |
1578 @param aPath The name of the new directory. Any path components which are |
1578 @param aPath The name of the new directory. Any path components which are |
1579 not specified here will be taken from the session path. |
1579 not specified here will be taken from the session path. |
1580 The directory name shall not contain wild cards ('?' or '*' characters) |
1580 The directory name shall not contain wild cards ('?' or '*' characters) |
1581 and illegal characters like '<', '>', ':', '"', '/', '|' and '\000'. |
1581 and illegal characters like '<', '>', ':', '"', '/', '|' and '\000'. |
1582 The directory name containing only whilte space characters |
1582 The directory name containing only white space characters |
1583 (See TChar::IsSpace()) is also illegal. |
1583 (See TChar::IsSpace()) is also illegal. |
1584 |
1584 |
1585 @return KErrNone if successful, otherwise one of the other |
1585 @return KErrNone if successful, otherwise one of the other |
1586 system-wide error codes. Even if another error code is returned, |
1586 system-wide error codes. Even if another error code is returned, |
1587 (for example, if the disk is full) it is still possible that the |
1587 (for example, if the disk is full) it is still possible that the |