GoogleCloudPlatform / immersive-stream-for-xr-templates

Apache License 2.0
63 stars 19 forks source link

Update SyncContent.ps1 #34

Closed bernhardreinert closed 9 months ago

bernhardreinert commented 9 months ago

Powershell 7 Get-ChildItem returns full path instead of filename. Adding -Name flag to return the filename (https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.management/get-childitem?view=powershell-7.4#-name)