FilePlus 1.0.18
See the version list below for details.
dotnet add package FilePlus --version 1.0.18
NuGet\Install-Package FilePlus -Version 1.0.18
<PackageReference Include="FilePlus" Version="1.0.18" />
paket add FilePlus --version 1.0.18
#r "nuget: FilePlus, 1.0.18"
// Install FilePlus as a Cake Addin #addin nuget:?package=FilePlus&version=1.0.18 // Install FilePlus as a Cake Tool #tool nuget:?package=FilePlus&version=1.0.18
This software provides various file controls to speed up software development.
(1)File control
(2)Log control
(3)Timestamp
(4)Message UI: SnackBar
(1)File control
Ex1:Direct the Debug.WriteLine stream to file. Easily call CreateDebug() and CloseDebug() when app exit.
Ex2:.Create the log and write,first time call CreateLog("file_name") for create file,
then call addLog("text")
(3)timestamp
Ex1:Get time tick from unix time by call CodeTime.GetTickMs()
Ex2:Get program running time.
Call CodeTime.SetTime1() at program line A, call CodeTime.GetTimeDiff() at program line B.
CodeTime.GetTimeDiff() return the running time from A to B.
if you want to get the string time tick use GetTimeDiffStr() instead.
(4)Open exe file and run it.
(5)Create xx.ini and save app setting.
ini.Write("section_name","key","value") in your code.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net452 is compatible. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
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.21 | 542 | 2/21/2023 |
1.0.20 | 548 | 2/21/2023 |
1.0.19 | 549 | 2/20/2023 |
1.0.18 | 554 | 2/13/2023 |
1.0.17 | 586 | 12/19/2022 |
1.0.16 | 581 | 12/19/2022 |
1.0.15 | 580 | 12/16/2022 |
1.0.14 | 615 | 11/29/2022 |
1.0.13 | 641 | 11/25/2022 |
1.0.12 | 557 | 11/24/2022 |
1.0.11 | 644 | 11/21/2022 |
1.0.10 | 583 | 11/18/2022 |
1.0.9 | 652 | 10/31/2022 |
1.0.8 | 713 | 10/19/2022 |
1.0.7 | 677 | 10/19/2022 |
1.0.6 | 682 | 10/19/2022 |
1.0.5 | 711 | 10/19/2022 |
1.0.4 | 697 | 10/17/2022 |
1.0.3 | 691 | 10/17/2022 |
1.0.2 | 670 | 10/17/2022 |
1.0.0 | 667 | 10/14/2022 |