github.com/rclone/rclone@v1.66.1-0.20240517100346-7b89735ae726/fs/config/configfile/configfile_other.go (about)

     1  // Read, write and edit the config file
     2  // Non-unix specific functions.
     3  
     4  //go:build !darwin && !dragonfly && !freebsd && !linux && !netbsd && !openbsd && !solaris
     5  
     6  package configfile
     7  
     8  // attemptCopyGroups tries to keep the group the same, which only makes sense
     9  // for system with user-group-world permission model.
    10  func attemptCopyGroup(fromPath, toPath string) {}