testing the existance of a file...

Lic. Edgar J. De Cleene edgardec2001 at yahoo.com.ar
Wed Mar 15 20:35:53 UTC 2006


Philippe Marschall puso en su mail :

> To be honest I found out that the combination of OSProcess and *nix
> tools (cp, stat, test, ...) works much better for tasks such as
> querying filesize, querying file existence, copying large (15 MB)
> files than "the Squeak way".
> 
> Cheers
> Philippe
You could combine Squeak and Unix in OS X via Applescript too.


terminal
"Applescript terminal"

    self doIt: '

tell application "Terminal"
    
     do script  "cd ~/SqueakDevelop
    grep -l ''Morph'' *.st "


end tell'



	
	
		
___________________________________________________________ 
1GB gratis, Antivirus y Antispam 
Correo Yahoo!, el mejor correo web del mundo 
http://correo.yahoo.com.ar 




More information about the Squeak-dev mailing list