Files.Activities.UiPath 1.0.1

dotnet add package Files.Activities.UiPath --version 1.0.1
NuGet\Install-Package Files.Activities.UiPath -Version 1.0.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Files.Activities.UiPath" Version="1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Files.Activities.UiPath --version 1.0.1
#r "nuget: Files.Activities.UiPath, 1.0.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Files.Activities.UiPath as a Cake Addin
#addin nuget:?package=Files.Activities.UiPath&version=1.0.1

// Install Files.Activities.UiPath as a Cake Tool
#tool nuget:?package=Files.Activities.UiPath&version=1.0.1

With this custom activity for more extended file/folder operations.
     This plugin comes with the following features.

     - Get File Extension
     - Get Size
     - Get Created Time
     - Get Last Modified Time
     - Get Last Accessed Time
     - Path Exists with Timeout
     - Get Files with Extension
     - Delete Directory Recursively

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible.  net472 is compatible.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.1 4,755 12/8/2019
1.0.0 537 12/7/2019

This is the initial version of the package containing following operations.
       - Get Files with Extension
       - Delete Directory Recursively