![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
|
I want a list of all files within this directory, including its creation date, file size and file name. On the Mac I would just start a proper shell script and import this result. Then I could mark all matching files (which were already imported before) and present a list of files which were not yet imported. |
#2
| |||
| |||
|
|
On Mon, 28 Sep 2009 09:59:56 -0700, Howard Schlossberg wrote: Martin Trautmann wrote: I want a list of all files within this directory, including its creation date, file size and file name. On the Mac I would just start a proper shell script and import this result. Then I could mark all matching files (which were already imported before) and present a list of files which were not yet imported. On WIndows you can also just run a proper shell command (dir > filename) and import the result. And I can call this script directly from within a FMP script? |
#3
| |||
| |||
|
|
Martin Trautmann wrote: On Mon, 28 Sep 2009 09:59:56 -0700, Howard Schlossberg wrote: Martin Trautmann wrote: I want a list of all files within this directory, including its creation date, file size and file name. On the Mac I would just start a proper shell script and import this result. Then I could mark all matching files (which were already imported before) and present a list of files which were not yet imported. On WIndows you can also just run a proper shell command (dir filename) and import the result. And I can call this script directly from within a FMP script? Yes, using the Send Event script step, something like this (though you may need more flags to get the entire list rather than just one screen's worth; you'll have to do some testing): "cmd dir c:\TheFolder\TheSubFolder\*.* > c:\ExportedDir.txt" |
![]() |
| Thread Tools | |
| Display Modes | |
| |