Return root path of a directory
Hello community
I have been researching routes in ColdFusion and I want to know if there is any function that returns the root node of the directory.
Example: C:\mydirectory\myotherdirectory
output: C:\
Example: D:\mydirectory\myotherdirectory
output: D:\
