objective c - how would i move a folder or the contents from one place to another Via code in Xcode? -


im trying make mac app copies , pastes folder location can find tutorial on how go along , make app mac per pose app makes easy move mod files games file system. yes know theres lots of apps goes same want make own. structure theres 6 nstextfields 3 mods folders , 3 games folder system (mod's parts path, mod's plugin path, mod's plugin data path, game's parts path, game's plugin path , games's plugin data path). ive looked on stackflow , google , couldn't find on tutorial on how maybe im looking in wrong places. game manly ksp (kerbal space program)

what did googled? need simple gui application 6 labels, 6 textfields , 1 button. there 1 function linked button. function use data textfields , nsfilemanager's copyitematpath:topath:error: method.
google "osx first app" or "xcode textfield tutorial" details on how create app textfield , button.


Comments

Popular posts from this blog

Perl - how to grep a block of text from a file -

delphi - How to remove all the grips on a coolbar if I have several coolbands? -

javascript - Animating array of divs; only the final element is modified -