On Mon, May 3, 2010 at 2:23 AM, brijesh masrani
<[email protected]>wrote:

> String[] prog ={"mv HArdcore.chm h_ardcore.chm"};
>
> Process p = Runtime.getRuntime().exec(prog);


What does this have to do with renaming a file?
You should be able to use standard Java I/O to rename a file.

-------------------------------------------------------------------------------------------------
TreKing - Chicago transit tracking app for Android-powered devices
http://sites.google.com/site/rezmobileapps/treking

-- 
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.

NEW! Try asking and tagging your question on Stack Overflow at
http://stackoverflow.com/questions/tagged/android

To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en

Reply via email to