The Finder is the default file manager used on Mac OS and Mac OS X operating systems.

learn more… | top users | synonyms

1
vote
1answer
17 views

NsWorkspace iconForFile returns image of low quality

I'm using iconForFile: selector of NSWorkspace class, but it returns an image of low quality. Can anyone tell me why is this happening? Is there any switch or flag to say to the framework to return ...
0
votes
1answer
15 views

Force item icon refresh in Finder 10.8.2

Can anyone lead me to any useful link for forcing file icon refresh in new 10.8.2 version of Finder? I'm working on this problem for last few days and I have tried almost any solution which can be ...
1
vote
0answers
15 views

Remove spaces from filenames in folder

I have a situation where I need to daily go over 400+ files in a folder on Xsan and replace spaces with under-scores in the filenames of the files. Does anyone one have a script at hand that I can ...
0
votes
1answer
24 views

How do I use a command in an if statement in a Terminal Script on mac?

I am trying to write a script that will toggle between showing and hiding hidden files in Finder, but I'm having trouble with an error: ./HiddenFileToggle: line 1: [defaults: command not found ...
0
votes
0answers
37 views

How to refresh Finder Item icon in 10.8?

I have issue to refresh finder item icon. Here is things, I tried. tell application \"Finder\" to update POSIX file \"%@\"" Also tried, tell application "Finder" repeat with i from 1 to count ...
0
votes
0answers
14 views

Array Responses of API Twitter

Guys first I was having problem converting Json Output into arrays, now It is fixed I am having other problems such as count($response) returns zero, however it's not zero You can check the response ...
0
votes
1answer
34 views

'tell application “Finder” to restart' brings up WorkflowServiceRunner.xpc wants to make changes

I wrote reboot scripts for both Snow Leopard and Lion to quickly boot between them. SL script works fine, but it seems Lion has some additional security feature that requires a password when script ...
4
votes
1answer
41 views

Mac OS X Finder: Substantial disparity between “Size” and “on disk” values for file

On Mac OS X (I'm using 10.8/Mountain Lion), you can inspect files in the Finder via Option-Click -> "Get Info". Doing so opens a panel with all sorts of information. In the top right corner, you can ...
0
votes
1answer
40 views

AppleScript set directory path in Finder

I'm trying to delete a file on my computer via AppleScript. When I apply the code below, it seems to delete the file from desktop. I'd like to delete the file in the "/Users/andrew/Documents". This is ...
1
vote
4answers
213 views

How can a C program tell if it was launched from the Finder?

The title kind of says it all: I'm wondering if there's any _NSWasLaunchedFromFinder-type API or hook that an OS/X C program (of the int main(int argc, char* argv[]) variety) could use to determine ...
1
vote
1answer
23 views

How to know directory where an executable was launched from in OS/X?

When a C program written in the conventional int main(int argc, char* argv[]) style is launched from the Finder, it starts in the home directory of the user who launched it. (e.g. /Users/Fork). Is ...
-2
votes
1answer
25 views

Onyx without finder Mac [closed]

I am having a problem with my finder on Mac : after the boot, the finder is responding for like 2 seconds, and then "Finder not responding" on the Activity Monitor. I can't do anything with my ...
0
votes
0answers
49 views

Detection app rejected by review team, Mac App Store

I have a problem with the process of review of an app on Mac App Store. The application for one of its options requires the user to have installed VLC player, a solution was to add a entitlment to ...
0
votes
1answer
38 views

Show something in a finder window

Ok, I am trying to make a script where you type something and a new finder window appears with what you typed in it. Similar to spotlight search, but in a script. set theFind to text returned of ...
1
vote
2answers
195 views

AppleScript to read text file containing file names, search for each file name, and if a file is found copy it to a folder

Sorry to ask a question without even pasting my coding attempt, but I've never used AppleScript before and I have no idea how I would do this. I've found bits of code online that do small parts of ...
0
votes
0answers
26 views

Is there any Finder documentation? Or any way to track what it's doing? [closed]

I couldn't find anything similar to documentation of Finder, but I would like to see how does it work. For example, I'd like to see if after right click -> 'Copy' it uses it's own algorithm to copy a ...
-3
votes
3answers
143 views

How to create folder with an icon for Finder? [closed]

How do I create a folder with an icon for Finder (like I do it with the Dropbox installer)? It's also interesting to know, how do I do it as user - not a programmer? Are there any tools for that?
0
votes
1answer
54 views

Applescript - Copy Image, Paste as Icon

For organizational purposes, via a hotkey, I'd like to be able to quickly copy a selected image file (as is in Finder), then paste it as the icon for a selected folder, without having to go into 'Get ...
1
vote
1answer
160 views

osx 10.8 refresh finder

I want to programmatically force Finder to refresh in Mountain Lion. In the previous version of OSX, the follow snippet works: OSStatus SendFinderSyncEvent( const FSRef* inObjectRef ) { ...
0
votes
2answers
92 views

How to programmatically focus Desktop/Finder via Mac App?

I want to focus Desktop/Finder via my App, especially if the user is currently inside a fullscreen application. I've been trying to use stuff like: [[NSWorkspace sharedWorkspace] ...
2
votes
1answer
96 views

Using applescript to hidden folder content

First sorry for my bad english. I was found a applescript to password protected folder using Folder action on opening folder This_Folder repeat tell application "Finder" set dialogresult to ...
0
votes
1answer
210 views

.py files not opening in IDLE from OSX Finder?

I recently re-installed Python 2.7.3 from python.org on OSX 10.8.2, and now nothing (literally nothing I can see) happens when I double-click on .py files in Finder, or when I ...
0
votes
0answers
42 views

OSX Finder drag and copy search results and create sequenced filenames for duplicates [closed]

I want to put all my photos in one directory. I do a search in Finder for the files. .jpg I select all the files found and alt-drag them to my new aggregate directory. But some of the filenames ...
1
vote
2answers
131 views

OSX Mountain Lion & Applescript - Finder 'steals' focus

I've searched high and low to find a solution for this but have come up trumps. I have a simple Applescript to wait for a minute, before opening a browser in fullscreen mode. (Allowing MAMP to ...
1
vote
1answer
89 views

How do I make all files/folders in/under usr folder permanently visible in Finder? [closed]

How do I make all files/folders in/under usr folder permanently visible in Finder? I know how to temporarily make the these folders visible from: "Search" in Finder; type "usr"; select "Other" from ...
0
votes
1answer
79 views

What OS X quicklook generator is used for java files? [closed]

The OS X Finder previews selected documents using quicklook. [Q] How must my app be configured to be able intercept these requests and draw the preview? Is there any way for my app to just ...
2
votes
1answer
193 views

Change Finder sidebar icon for folder

There are some apps like DropBox that have their own icons in the Finder sidebar. Some other apps did that too. I've found the way to place my folder in the Finder favorites, but I'm not able to ...
0
votes
1answer
223 views

How to use the Windows Explorer or Finder file dialogues in Tkinter/Python2.7.3?

Among other things, I am currently trying to create a basic text editor which can open text files, edit them, and then save them. I have used this Tkinter dialogue for the GUI 'file manager,' but I ...
0
votes
1answer
69 views

How to update/reveal in Finder using Applescript

Here is what I would like to do: IF file is already present in a finder window tell finder to update... ELSE tell finder to reveal... Is there a way to determine if the file in question is ...
0
votes
0answers
21 views

generating preview of my files for finder (MacOs)

Could somebody explain to me: How can I generate preview for content of files for my application? All my files include a preview image. But what do I need to make it so that an image will be shown in ...
0
votes
1answer
57 views

getting the correct finder selection Objective-C

I´m asking the user of my little project to open a finder window and select one or more objects. Also selecting none is allowed. In this case all items are used. In my app I check for the first ...
0
votes
0answers
46 views

How to change Mac OS x Finder shortcuts? [closed]

Is it possible to disable that hotkey? I use russian layout and i just can`t get rid of Command-? behavior.
2
votes
1answer
61 views

NSService not calling its NSMessage

I'm trying to add a Finder service and all looks fine until I want the service to do its job. This is the method in my AppDelegate.m: -(void)uploadFromPasteboard:(NSPasteboard *)pboard ...
0
votes
0answers
45 views

How can I get QuickLook to treat .skitch files as .svg?

I'd like to be able to view a full preview of .skitch files in Finder with QuickLook. If I rename the file .svg, I get a full preview, so my question is: how do I set quicklook to treat skitch as ...
-1
votes
1answer
82 views

Postcode / Page Finder using HTML / PHP

I need to create a simple postcode / page finder for a site where a user will enter their postcode and be redirected to a page based on whether or not that location is covered by the company. ...
0
votes
1answer
188 views

Applescript for creating subfolder and move files, with part of a name

I've been searching a lot for a script like this but I can't find it. I suspect it's similar to this but not exactly, and I'm not sure how to modify it to work for me. I have a group of files with ...
1
vote
1answer
107 views

Adding my application to the Finder's context menu?

I have an application that I'm developing that deals with files of any type. I would like the user to be able to right click on any type of file in the Finder and have my menu option show up. I ...
2
votes
1answer
49 views

Renaming filename without highlight extension in Mac [closed]

When I press return to rename a filename, automatically, the whole filename is selected (highlighted), including the extension. This is happening in some file types, including .SRT. In most of the ...
0
votes
1answer
113 views

iOS - xib file hidden in project directory

Somehow I have a .xib file that is hidden. When I right click in Xcode and select "show in finder", it just takes me to the top level project folder. If I search for the file in Alfred, it finds it ...
0
votes
0answers
46 views

Get file thumbnail like finder

How can i get the file thumbnail like finder(i will use it in a NSTableView)? For example if the file is a movie and default player is quickTime, my file image will have quickTime icon. Thank you.
10
votes
3answers
262 views

Icon for Mac OSX bundle

I compile a Mac OSX bundle, called MyBundle.bundle, which is used as a plugin for another application. I want the bundle have a unique icon and so I set the Info.plist file to say: ...
0
votes
3answers
154 views

Issue with applescript function

I'm trying to the function replaceChars in the below script but getting the following error: error "Finder got an error: Can’t continue replace_chars." number -1708 The intention is to add the ...
0
votes
0answers
101 views

Can't get correct directory path in Finder (Mountain Lion)

Have two methods to get and create directory path in iOS: - (NSString *)documentsDirectory { NSArray *paths = NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, YES); ...
0
votes
0answers
140 views

How get notification if finder open some folder

I am working on project which mix "Dropbox" and version control. My app is daemon which communicate with server (retrieving info about files updates) and injected into Finder code (response for ...
0
votes
1answer
650 views

Connect to FTP server in Finder not working

I can get to my FTP server just fine from the command line but I cannot get to it from Finder. When I am in Finder and I "Connect to Server" and enter ftp://192.168.125.128/, then my credentials when ...
1
vote
2answers
295 views

move a file in finder with applescript

I just want to move an image from one folder to the other, replacing the one that's already in there: tell application "Finder" copy file "/Users/xx/Documents/img.jpg" to folder ...
0
votes
1answer
190 views

Sublime doesn't want to open hidden folders

I am a new user of Sublime Text. Today, i have written my first snippet and when i tried to save him, Sublime sent me to my user folder. Then i tried to find 'library' folder but Sublime didn't see ...
0
votes
1answer
170 views

Finder NSService Context Menu errors with: Cannot find service provider for selector

UPDATE 1: Getting closer Someone on IRC mentioned that my NSPortName should be my application, not Finder. I changed this and now I'm seeing a log message in my app when the context menu is selected: ...
0
votes
0answers
57 views

How to get Notification for Finder label changes on a file

I'm writing a Tool that has to monitor the Finder file labels on a File (in my case a volume). This label is normaly set by the application, but the user can change this via the Finder. To register ...
0
votes
1answer
99 views

How to open a folder with GUI from c program?

I'm writing a program searching a file in Mac OS filesystem. I would like to how to pop up the GUI folder with finder once my program found the file. Is this possible? Is there any system calls I can ...

1 2 3 4 5 6