Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
- createParentIfMissing :: MonadIO m => FilePath -> m ()
Documentation
createParentIfMissing :: MonadIO m => FilePath -> m () Source #
Create recursively the parent of the given path, if it doesn't exist.
Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
createParentIfMissing :: MonadIO m => FilePath -> m () Source #
Create recursively the parent of the given path, if it doesn't exist.