Tar command execution

Hi everybody,

I can make the command execution work properly with tar -cvf xx.tar * creating some checkpoint files in the directory and I was just wondering if it’s possible to do the same with path before the wildcard tar -cvf xx.tar ./*

Regards,
duch