VirtualBox

Changeset 49034 in vbox for trunk/src/VBox/Runtime


Ignore:
Timestamp:
Oct 10, 2013 4:43:53 PM (11 years ago)
Author:
vboxsync
Message:

removed bad docs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/generic/RTFileCopy-generic.cpp

    r48935 r49034  
    55
    66/*
    7  * Copyright (C) 2006-2010 Oracle Corporation
     7 * Copyright (C) 2006-2013 Oracle Corporation
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    3333
    3434
    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  */
    4535RTDECL(int) RTFileCopy(const char *pszSrc, const char *pszDst)
    4636{
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette