Question: cant save a lib (library)

Hi there,

I am working through the example in maple help,

trying to save a lib (maple library)

> MyPackage := module()
>         export  f1, f2;
>         local   loc1;
>         option package;
>         f1 := proc() loc1 end proc;
>         f2 := proc( v ) loc1 := v end proc;
>         loc1 := 2;
> end module:

> savelib( 'MyPackage' ):

Error, cannot open archive, C:\Program Files\Maple 13/lib, for writing.

I am using xp3 sp3 pro eng with Maple 13.01.

Is this a bug or something?

usually the directory should read : C:\Program Files\Maple 13\lib

Please Wait...