java.lang.Object
com.azure.runtime.host.utils.FileUtilities
-
Method Summary
Modifier 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
-
convertOutputPathToRootRelative
Prepends the output relative path to the given path.- Parameters:
path-- Returns:
-
convertRootRelativePathToOutputPath
Converts a path that is relative to the root directory to a path that is relative to the output directory.- Parameters:
value-- Returns:
-