#1 Burning Software

It is currently Thu Dec 19, 2024 4:15 am

All times are UTC




Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: Correction to getFileObject documentation
PostPosted: Wed Feb 13, 2008 9:10 am 
Offline

Joined: Thu Feb 07, 2008 1:45 pm
Posts: 3
In the current starbunX help file, the description of the IDataFolder.GetFileObject function gives an example of obtaining the pointer to the "Windows" folder - the Code is below:

parentFolderPtr = m_dataBurner->GetFileObject("Windows");

However, I have found that a Folder isn't found unless the folder delimiter is added to then end of the search string. GetFileObject will return null on a search for "windows" but will return the proper object when "Windows\" is searched for. So the correct code should be

parentFolderPtr = m_dataBurner->GetFileObject("Windows\");


Top
 Profile  
 
 Post subject:
PostPosted: Wed Feb 13, 2008 12:29 pm 
Offline

Joined: Thu Dec 13, 2007 8:44 am
Posts: 609
Hello,

Yes, you are right, we have corrected the StarBurnX help, many thanx!


Dmitry Bortsov

Rocket Division Software


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 22 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group