DarkNerd : Picture Gallery
DarkNerd
Navigation
 

Adverts

 

Supporters
 

Tech Docs 001


char temp[2];

if(Drive.Trim() == "")
   Drive = "C";

try
{
   StrLCopy(temp, Drive.c_str(), 1);
   DC_WorkDrive->Drive = *temp;
}
   catch(Exception &A)
{
   ShowMessage(A.Message);

}
 

 

 

.