Flowgear access to files on the local file system -
Flowgear access to files on the local file system -
i creating flowgear workflow needs process raft of xml data.
i have xml info contained in set of .xml files (approximately 400 files) in folder on local machine hard-drive , want read them workflow, run xslt transform , write out resultant xml folder on same local hard-drive.
how flowgear workflow read these files?
it depends on utilize case, file enumerator works exceptionally loop (as in for-each) through each file. sometimes, 1 wants list of files in particular folder , check whether file has been found or not. this, recommend c# script list of files code:
directory.getfiles(@"{filepath}", "*.{extension}", searchoption.topdirectoryonly);
further on, utilize file node read, write, or delete files file directory.
nb! need install droppoint on pc/server allow access files. more info regarding drop points, please click here
flowgear
Comments
Post a Comment