filename

  1. Grayda

    Question Getting file name before execution

    Right now a project I'm working on is in the planning stage, but I'd like to know the best way of going about this: This project's end goal is to behave like Group Policy's Software Restriction Policy, whereby an administrator can block execution of a file or file within a path / registry key...
  2. M

    Question file name too long

    Hello everyone I am reading filenames and some details recursively, starting from a user selected folder. Dim Path As New DirectoryInfo(NewPath) Dim File As FileInfo ' Get details for each file For Each File In Path.GetFiles ... Next I tried scanning an entire drive to test the code and...
Back
Top