Skip to content

ndi.file.pfilemirror

 PFILEMIRROR Mirror a directory with m files into a directory with p files
   B = PFILEMIRROR(M_PATH, P_PATH)

  Recursively copy a directory with .m files into a directory of .p files.
  M_PATH is a full path of a directory with .m files and subdirectories,
  and P_PATH is the location where the mirrored .p files should be placed.