View Single Post
In response to a post under Applescript requests:

by default, Bluetooth transfer of phone notes from a Nokia places a .txt file for each note in ~/Documents.

If you create a special folder like ~/Documents/Notes, you can change the default destination by editing ~/Library/Preferences/com.apple.Bluetooth.plist, and changing the value of the OBEXPIMDataSaveToLocation key from ~/Documents to ~/Documents/Notes. Thereafter, your Nokia notes will be sent to this new folder during Bluetooth transfers.

The attached script illustrates an approach to using Applescript to import (as Inbox tasks) all text files in a folder such as ~/Documents/Notes.

Last edited by RobTrew; 2011-07-05 at 07:46 AM..