AFolderFiles 1.0.7

dotnet add package AFolderFiles --version 1.0.7
NuGet\Install-Package AFolderFiles -Version 1.0.7
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="AFolderFiles" Version="1.0.7" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AFolderFiles --version 1.0.7
#r "nuget: AFolderFiles, 1.0.7"
#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 AFolderFiles as a Cake Addin
#addin nuget:?package=AFolderFiles&version=1.0.7

// Install AFolderFiles as a Cake Tool
#tool nuget:?package=AFolderFiles&version=1.0.7

[AFormsFiles]  AFolderFileBrowser : This Function give the facility to open folder/file save dialogbox

  1. AFolderBrowser : Open Folder Browser. [03-03-2018]
  2. AOpenFileBrowser : Open file Browser. [03-03-2018]
  3. ASaveFileBrowser : Save file Browser. [28-03-2018]

 AFolderFilesCopy :

  1. CopyFile: Copy a single File to another place. [03-03-2018]
  2. CopyShapeFile : copy shapefile to another place. [03-03-2018]
  3. ReplaceFile : replace/overwrite a file. [03-03-2018]
  4. ReplaceFileWithFileBackupAndMoveSourcefile : replace file with backup of target file and delete source file. [03-03-2018]
  5. MoveFile : move file to another place. [03-03-2018]
  6. CopyDirecoriesAndFiles : Copy all subdirectories and files to another place. [03-03-2018]
  7. CopyShapeFileWithDiffName : Copy shapefile to another place with difference name [18-03-2018]

 AFolderFilesCreate :

  1. CreateFolderDeleteOld : Delete old folder and create new folder with same name.[03-03-2018]
  2. CreateIfNotExist : Create folder if already not exist. [03-03-2018]

 AFolderFilesDelete :

  1. EmptyFolder: Delete all subdirectories and files from a folder. [03-03-2018]
  2. DeleteFile : Delete a single file. [03-03-2018]
  3. DeleteShapefile : Delete shapefile. [03-03-2018]
  4. DeleteFolder: Delete Whole folder with its subdirectories and files. [27-03-2018]

 AFolderFilesMiscellaneous :

  1. SystemTempFolder : Get window default temp folder. [03-03-2018]
  2. StartupPath : Application startup path.(Where dll file placed) [03-03-2018]
  3. ReadTextfile : Read a text file. [03-03-2018]
  4. CreateTextfile : Create a text file. [12-03-2018]
  5. ReplaceCharInString: Replace character in a string. [07-04-2018]
  6. EditTextFile: Edit Text file. [07-04-2018]
  7. RunBatchFile: Run a batch file over cmd. [07-04-2018]
  8. CheckSpecialChars: Check Special Character In string [18-04-2018]
  9. CheckMobileSpecialChars: Check Special Character In MobileNumber [18-04-2018]
  10. ColumnHeaderToLower: datatable column header to lower case [23-04-2018]
  11. ColumnHeaderToUpper: datatable column header to upper case [23-04-2018]

 AFolderFilesPermission :

  1. AddFolderSecurity : Add read write permissions for a folder and its sub contents. [03-03-2018]
  2. AddFileSecurity : Add read write permissions for a file. [03-03-2018]

 AFolderFilesWPF :

  1. StartupPath : WPF Application Start-up Path(dll placed path). [03-03-2018]

 ATextEncryption :

  1. encrypt :Encrypt text using AES technology [15-03-2018]
  2. decrypt :decrypt text using AES technology [15-03-2018]

 ATimeSpanUtil:

  1. ConvertMillisecondsToDays: [26-03-2018]
  2. ConvertSecondsToDays: [26-03-2018]
  3. ConvertMinutesToDays: [26-03-2018]
  4. ConvertHoursToDays: [26-03-2018]
  5. ConvertMillisecondsToHours: [26-03-2018]
  6. ConvertSecondsToHours: [26-03-2018]
  7. ConvertMinutesToHours: [26-03-2018]
  8. ConvertDaysToHours: [26-03-2018]
  9. ConvertMillisecondsToMinutes: [26-03-2018]
  10. ConvertSecondsToMinutes: [26-03-2018]
  11. ConvertHoursToMinutes: [26-03-2018]
  12. ConvertDaysToMinutes: [26-03-2018]
  13. ConvertMillisecondsToSeconds: [26-03-2018]
  14. ConvertMinutesToSeconds: [26-03-2018]
  15. ConvertHoursToSeconds: [26-03-2018]
  16. ConvertDaysToSeconds: [26-03-2018]
  17. ConvertSecondsToMilliseconds: [26-03-2018]
  18. ConvertMinutesToMilliseconds: [26-03-2018]
  19. ConvertHoursToMilliseconds: [26-03-2018]
  20. ConvertDaysToMilliseconds: [26-03-2018]
  21. SysDateTime: Get system current date and time [26-03-2018]

//-------------------------------------------------------------------------------------------------------------------------------------------------//

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  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. 
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.7 1,437 4/27/2018
1.0.6 1,157 4/7/2018
1.0.5 1,044 4/2/2018
1.0.4 1,144 3/24/2018
1.0.3 1,064 3/16/2018
1.0.2 1,136 3/15/2018
1.0.1 1,099 3/12/2018
1.0.0 1,181 3/3/2018

Run batch file and edit text file calculate time in different format