[Date Prev][Date Next][Thread Prev][Thread Next] [Search] [Date Index] [Thread Index]

[MacPerl-Modules] osax glue help?



moveFile <[list of] file or folder reference> to <destination folder>

moveFile ((path to desktop as string) & "VictimFile") to path to trash


>use Mac::Glue;
>my $obj = new Mac::Glue 'Jon_s_Commands';

Actually, when these pods are done for a scripting addition, you neither 
can nor should follow this syntax.

>my $obj = new Mac::Glue 'Finder';

is better, for example, for using osaxen.

	$obj->movefile(****, to => ****)	

		Move a file or folder. (Jons/fMov)

		Reply type: null

		Parameters:

		    direct object (----): A file or folder (or list) as file, alias or 
string.
		    to (to  ): The new folder as file, alias or string.


==== Want to unsubscribe from this list?
==== Send mail with body "unsubscribe" to macperl-modules-request@macperl.org