08.12.2012, 09:23
Hi guys. I want to ask you
How can I change this
String "C:\text.txt" must be indenpence of each type of PC. Example windows could be installed on D: drive.
Exist some function like - "%systemroot%" or something like that. ? thanks
How can I change this
pawn Код:
private string GetSysFilePath()
{
string filepath = (@"C:\text.txt");
return filepath;
}
Exist some function like - "%systemroot%" or something like that. ? thanks