User`s guide
pwd
Purpose Current folder path of target PC
Syntax MATLAB command line
pwd(file_obj)
file_obj.pwd
Arguments
file_obj
Name of the xpctarget.ftp or xpctarget.fs object.
Description Method of xpctarget.fsbase, xpctarget.ftp,andxpctarget.fs
objects. Returns the pathname of the current target PC folder.
Examples Return the target PC current folder for the file system object fsys.
pwd(fsys) or fsys.pwd
Return the target PC current folder for the FTP object f.
pwd(f) or f.pwd
See Also xPC Target file object methods dir and mkdir.
MATLAB
pwd function.
18-89