Am writing a script which creates a directory but when i tried (Ruby script running on windows)
destination = "path to the folder"
FileUtils.mkdir_p destination
it gives me an error saying Permission Denied (Errno::EACCES) at mkdir_p
Any help is appreciated . Thank you