java.lang.Object
com.azure.runtime.host.utils.FileUtilities
- 
Method SummaryModifier and TypeMethodDescriptionstatic PathPrepends the output relative path to the given path.static PathConverts a path that is relative to the root directory to a path that is relative to the output directory.static Pathstatic voidsetOutputPath(Path outputPath) 
- 
Method Details- 
setOutputPath
- 
getOutputPath
- 
convertOutputPathToRootRelativePrepends the output relative path to the given path.- Parameters:
- path-
- Returns:
 
- 
convertRootRelativePathToOutputPathConverts a path that is relative to the root directory to a path that is relative to the output directory.- Parameters:
- value-
- Returns:
 
 
-