FSSpec objects


\begin{datadesc}{data}
The raw data from the FSSpec object, suitable for passing
to other applications, for instance.
\end{datadesc}


\begin{funcdesc}{as_pathname}{}
Return the full pathname of the file described by the FSSpec object.
\end{funcdesc}


\begin{funcdesc}{as_tuple}{}
Return the \code{(\var{wdRefNum}, \var{parID}, \var{name})} tuple of the file described
by the FSSpec object.
\end{funcdesc}


\begin{funcdesc}{NewAlias}{\optional{file}}
Create an Alias object pointing to t...
...ias
will be relative to that file, otherwise it will be absolute.
\end{funcdesc}


\begin{funcdesc}{NewAliasMinimal}{}
Create a minimal alias pointing to this file.
\end{funcdesc}


\begin{funcdesc}{GetCreatorType}{}
Return the 4-char creator and type of the file.
\end{funcdesc}


\begin{funcdesc}{SetCreatorType}{creator\, type}
Set the 4-char creator and type of the file.
\end{funcdesc}


\begin{funcdesc}{GetFInfo}{}
Return a FInfo object describing the finder info for the file.
\end{funcdesc}


\begin{funcdesc}{SetFInfo}{finfo}
Set the finder info for the file to the values specified in the
\var{finfo} object.
\end{funcdesc}


\begin{funcdesc}{GetDates}{}
Return a tuple with three floating point values rep...
...the
creation date, modification date and backup date of the file.
\end{funcdesc}


\begin{funcdesc}{SetDates}{crdate\, moddate\, backupdate}
Set the creation, modi...
... standard floating point format used for times throughout
Python.
\end{funcdesc}