Skip to content
  • d0p1's avatar
    fix 'could not create data dir' on windows (clients/rust/gcli-v2s!29) · bbf22eab
    d0p1 authored and poka's avatar poka committed
    * fix 'could not create data dir' on windows
    
    from rust doc:
    
    If a parent of the given path doesn't exist, this function will return an error. To create a directory and all its missing parents at the same time, use the create_dir_all function.
    bbf22eab