Changeset 9786 in vbox
- Timestamp:
- Jun 18, 2008 11:14:50 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Runtime/r3/fs.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
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)
Note:
See TracChangeset
for help on using the changeset viewer.

