Changeset 49034 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Oct 10, 2013 4:43:53 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/generic/RTFileCopy-generic.cpp
r48935 r49034 5 5 6 6 /* 7 * Copyright (C) 2006-201 0Oracle Corporation7 * Copyright (C) 2006-2013 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 33 33 34 34 35 /**36 * Copies a file.37 *38 * @returns VERR_ALREADY_EXISTS if the destination file exists.39 * @returns VBox Status code.40 *41 * @param pszSrc The path to the source file.42 * @param pszDst The path to the destination file.43 * This file will be created.44 */45 35 RTDECL(int) RTFileCopy(const char *pszSrc, const char *pszDst) 46 36 {
Note:
See TracChangeset
for help on using the changeset viewer.