Friday, July 17, 2009

VB 6.0 code for creating folder on runtime

On Error Resume Next
MkDir App.Path & "\Log Files"

No comments:

Using Authorization with Swagger in ASP.NET Core

 Create Solution like below LoginModel.cs using System.ComponentModel.DataAnnotations; namespace UsingAuthorizationWithSwagger.Models {     ...