getDirectoryFromPath

Extracts a directory from an absolute path. Returns the absolute path with a trailing slash and omits the filename.

getDirectoryFromPath(path) → returns string

Argument Reference

path string
Required

Examples
Sample code invoking the getDirectoryFromPath function

getDirectoryFromPath("C:\temp\file.txt")

Expected Result: C:\temp\

Signup for cfbreak to stay updated on the latest news from the ColdFusion / CFML community. One email, every friday.

Fork me on GitHub