Sponsors

Go Back   Zune Boards > Zune Discussions > Zune Games > Development Discussions

New Member?


Register Zunecentive FAQ Members List Calendar Search Today's Posts Mark Forums Read

Development Discussions All developers who are coding games may stop by here for any help, suggestions, and everything development related.

Reply
 
LinkBack Thread Tools
Old 06-12-2008, 02:29 AM   #1 (permalink)
Zuner
 
Join Date: Jan 2008
Posts: 53
Reputation: 31
$zB: 53
Donate
Default Renaming Save files On Zune

I've been messing around with save files for the zune and everything was going well..until i started to mess around with renaming the files. I can save and delete, but when i move a file it kicks me out with a System.IO.IOException that gives me no other information. I am using microsoft's code from their help file and it still errors. Code is posted below

Code:
StorageContainer container2 = device.OpenContainer("PopEm");
            for(int x = 1; x <= numsaves-savedlvlnum; x++)
            {
            string oldfilename = Path.Combine(container2.Path, (savedlvlnum+x).ToString() + "levelsavetest.txt");
            string newfilename = Path.Combine(container2.Path, (savedlvlnum +x-1).ToString() + "levelsavetest.txt");

                if (File.Exists(oldfilename))
            if (!File.Exists(newfilename))
                File.Move(oldfilename, newfilename);
                
                
            }
            // Dispose the container, to commit the change.
            container2.Dispose();

Just to help one can assume it is trying to rename the file "2levelsavetest.txt" to "1levelsavetest.txt"



Manticore-X is offline   Reply With Quote
Remove Advertisements Sponsored Links
Advertisement
 
Reply


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT -8. The time now is 12:27 AM.

 
Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0 RC8
vB Ad Management by =RedTyger=
(C) ZuneBoards 2006-2007