What is the difference ../directory path and ./directory path in ksh?

What is the difference ../directory path and ./directory path in ksh?

Hi,

.. refers to the parent directory
. refers to the current directory