RoboCopyHelper
Contains a task to use robocopy on Windows.
 
  Nested types and modules
  
  Functions and values
  
    
      | Function or value | Description | 
    
    
      
        
          
            RoboCopy source destination
          
          
            Signature: source:string -> destination:string -> unit 
                       
         | 
        
            
               
               
            
          Executes a RoboCopy command 
Parameters
source - The source directory 
destination - The target directory 
 
         | 
      
      
        
          
            RoboCopyMirror source destination
          
          
            Signature: source:string -> destination:string -> unit 
                       
         | 
        
            
               
               
            
          Executes a RoboCopy mirror command (potentially destructive) 
Parameters
source - The source directory 
destination - The target directory 
 
         |