- CS Odessa
- Mark/Space, Inc.
- Bare Bones Software
- Fetch Softworks
- Circus Ponies
- Readers Like You!
- Microsoft
- Web Crossing
- VMware
Move a File in the Finder
Sometimes you want to move a file in the Finder across volumes, not copy that file. Holding down the Command key while dragging ensures that the item is copied, and then its original deleted, adding up to a move.
Written by Glenn Fleishman
Recent TidBITS Talk Discussions
- Why no keyboard support for the iPhone/touch (11 messages)
- Running iPhone apps on a Mac (6 messages)
- Moving Time Capsule backups offsite (2 messages)
- The iPhone Game Review Conundrum (1 message)
Published in TidBITS 201. Subscribe today to receive TidBITS in email every Monday.
- Administrivia
- Fred Showker
- Quadra 610 Intro Error
- The Flu Season Returns
- The Second Coming, Cheap
- Software Licensing: Reality Check
FoxPro/Mac Rumors
Pythaeus writes that long after buying Fox Software, Microsoft may finally release FoxPro for Macintosh, probably at Macworld Expo in San Francisco for $495. Here then are some details about cross-platform development work with FoxPro, which is rumored to be the fastest Mac database when it ships.
FoxPro/Mac is cross-platform, so applications that you build can be somewhat easily transported to DOS and Windows, and perhaps next summer, to Unix too. Once you transport and adjust applications for each platform, the code for both platforms exists in the same file. In other words, you can have a Windows, a DOS, and a Mac client all using the same program and data files on your server.
Current FoxBASE+/Mac users will be far behind if they haven't already started using FoxPro for Windows, since commands for dealing with screens, menus, and so on have all changed dramatically. Microsoft includes an application that attempts to update your code from FoxBASE+/Mac, and it's fairly successful. However, you lose the benefits of FoxPro/Mac's excellent screen and menu generation facilities.
FoxPro's methods for handling platform differences are both useful and disturbing, but understandable considering that Microsoft is the developer. For example, pathnames can either be Mac style, "HD:Foxpro:My Program:Program.prg" or DOS style, "HD:\Foxpro\MyProgrm\Program.prg". However, all of FoxPro's functions return only DOS-style pathnames. The trick here is to avoid backslashes in your Mac filenames.
For developers who must ship their programs the day that Microsoft releases FoxPro/Mac, consider moving your code to FoxPro for Windows today to simplify porting back to the Mac and to possibly increase market share. Be careful of font differences, and note that FoxPro/Mac supports basic Apple event scripting (using the doScript event to call FoxPro functions), but not DDE, Microsoft's proprietary method of data sharing between applications in Windows.
READERS LIKE YOU! Support TidBITS with a contribution today!<http://www.tidbits.com/about/support/contributors.html>
Special thanks this week to Gerlach Baas/Ceramics, Joe Walters,
Robert Bowser, and Outlaw Productions for their generous support!






