saker.standard Documentation TaskDoc JavaDoc Packages
Output of the directory preparation task.
Summary
Fields
FilePathsPath collection of the output files in the prepared directory.
OutputPathPath to the prepared directory output.
PathsPath collection of the output files and directories in the prepared directory.
Fields
Collection of SakerPath
Path collection of the output files in the prepared directory. The collection contains paths to the files in the prepared directory that has a corresponding input, but not to the directories that are present in it. Use the Paths field to retrieve the paths collection to all files and directories in the output directory.
Path to the prepared directory output.
Collection of SakerPath
Path collection of the output files and directories in the prepared directory. The collection contains paths to all the files and directories in the output directory that has a corresponding input. Use FilePaths to get the paths to only the files but not the directories.