1// Copyright 2016 Keybase Inc. All rights reserved.
2// Use of this source code is governed by a BSD
3// license that can be found in the LICENSE file.
4
5// +build !windows
6
7package libdokan
8
9// Provide support for compiling on *nix
10
11func isNewFolderName(name string) bool { return false }
12
13var newFolderName, newFolderAltName string
14var newFolderNameErr error
15