Set Current Directory
Hi.
I have written some sentences to set the current directory where to find the files of interest but it dones not work. Any help? Thanks
Set Current Directory( "/Users/manel/Desktop/Municipales_Spain" );
my_file = Pick File( {"All files|*"} );
dt = Open( my_file );
dt << Select Where(
Código de Provincia == 44
);
SubDt = dt << Subset( output table name( "Matarranya1" ) );
Close( "Mata...