Microsoft SDK for Java

renameTo

This method of the ClientStoreFile Class renames the file specified by this ClientStoreFile object to have the path given by the File argument.

Syntax

public boolean renameTo(File dest);

Return Value

Returns true if the renaming succeeds; otherwise, returns false.

Parameters

dest The new file name.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.