Changeset 9786
- Timestamp:
- 06/18/08 13:14:50 (6 months ago)
- Files:
-
- trunk/src/VBox/Runtime/r3/fs.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/VBox/Runtime/r3/fs.cpp
r9785 r9786 123 123 124 124 /** 125 * Converts dos-style attributes to Unix attributes. 125 * Normalizes the give mode mask. 126 * 127 * It will create the missing unix or dos mask from the other (one 128 * of them is required by all APIs), and guess the file type if that's 129 * missing. 126 130 * 127 131 * @returns Normalized file mode. 128 * @param fMode The mode mask containing dos-style attibutes only.132 * @param fMode The mode mask that may contain a partial/incomplete mask. 129 133 * @param pszName The filename which this applies to (exe check). 130 134 * @param cbName The length of that filename. (optional, set 0)

