unjoin_rededge_datadir.pro


Procedure used to remove any copied files to the directory and reverse the procedure join_rededge_datadirs. This can be useful if you want to revert your folders to their original state after combining multiple directories.

Note that files added to dir with join_rededge_datadirs will be permanently deleted and will not be found in your recycle bin. That is why join_rededge_datadirs copies original files and is meant to be used with this procedure.


Example

Here is how you can call this procedure::

dir = 'C:\Users\norm3596\Desktop\extra'
unjoin_rededge_datadir, dir


unjoin_rededge_datadir

Syntax

unjoin_rededge_datadir, dir

Arguments

DIR

in, required, type=string

This input is the fully qualified path to a directory that contains MicaSense data. An error will be thrown if the directory does not exist.

Author

Zachary Norman - GitHub: znorman-harris


Copyright © 2019 Harris Geospatial Solutions, Inc.

Licensed under MIT. See LICENSE.txt for additional details and information.