Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

Application Server

Get the directories under the C drive

  • Last UpdatedJul 22, 2024
  • 1 minute read

dim dir as System.IO.DirectoryInfo;

for each dir in System.IO.DirectoryInfo("c:\").GetDirectories()

LogMessage(dir.FullName);

next;

TitleResults for “How to create a CRG?”Also Available in