Hello.
I`m really new with objective-c and mac osx programming.
I write simple GUI application with button and label. When i press button, label change it text to another text. Now i want to understand how to get file attributes. I have read a lot of topics but can not find simple example.
What i need, it is a simple example: window with label and button, when i press button, label should change it text to file creation or last modify date. File path will be hardcoded, e.g. /Users/MYUSER/Downloads/text.txt
Please help me or point me to good article or something like this.