UtilPathUpdateCase Method

Overload List

PathUpdateCase(FilePath) Update the Path of filepath with the case present on the disk.

The path can be relative. If it is relative, and no BaseFilePath is present, then the current working directory is used.

PathUpdateCase(String, String) Update path with the case present on the disk.

The path can be relative. If it is relative, the base path can be provided as basePath, and if that is not provided (null), then the current working directory is used.

PathUpdateCase(String, String) Update path with the case present on the disk.

The path can be relative. If it is relative, the base path can be provided as basePath, and if that is not provided (null), then the current working directory is used.

See Also