Translations:Development/Architecture/KDE3/Standard Resources/24/pt-br

From KDE TechBase
Revision as of 13:36, 9 September 2014 by Aracele (talk | contribs) (Created page with "<syntaxhighlight lang="cpp-qt"> // Code example myFile = locate("appdata", "groups.lst") myData = myReadGroups(myFile); ... doSomething(myData); ... myFile = locateLocal("appd...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
// Code example
myFile = locate("appdata", "groups.lst")
myData = myReadGroups(myFile);
...
doSomething(myData);
...
myFile = locateLocal("appdata", "groups.lst");
myWriteGroups(myFile, myData);