mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-09 05:04:39 +02:00
Renamed to 'dicts' folder
This commit is contained in:
@ -18,7 +18,7 @@ param([string]$term = "")
|
||||
|
||||
try {
|
||||
if ($term -eq "" ) { $term = Read-Host "Enter the term/abbreviation/etc. to query" }
|
||||
$files = (Get-ChildItem "$PSScriptRoot/../data/dictionaries/*.csv")
|
||||
$files = (Get-ChildItem "$PSScriptRoot/../data/dicts/*.csv")
|
||||
$basename = ""
|
||||
foreach($file in $files) {
|
||||
$table = Import-CSV "$file"
|
||||
|
Reference in New Issue
Block a user