y9san9 / kotlin-data-storage

Data storage in kotlin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

add constructor with name

y9san9 opened this issue · comments

/* [KDataStorage] */
constructor(name: String, dir: File = System.getProperty("user.dir")) : this(File(dir, name))