google / leveldb

LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
BSD 3-Clause "New" or "Revised" License
36.29k stars 7.8k forks source link

Implement iterative directories creation #1110

Open payemo opened 1 year ago

payemo commented 1 year ago

I am using Windows OS, so I noticed that Win32 API is not fairly enough to create a list of specified folders taken from input path. Moreover, specifying path like this: /tmp/testdb creates folders specifically on a disk (F://) where project was cloned (without leading folder's separator (/), directories will be created at the same location where project's been created. The following input paths will be interpreted as current project's location: