PowerShell 面试题与答案
Question: How do you check if a file exists in PowerShell?Answer: Use the 'Test-Path' cmdlet to check the existence of a file or directory. |
保存以便复习
收藏此条目、标记为困难题,或将其加入复习集合。
这有帮助吗? 是 否
用户评价最有帮助的内容:
WithoutBook 将分主题面试题、在线练习测试、教程和对比指南整合到一个响应式学习空间中。
Question: How do you check if a file exists in PowerShell?Answer: Use the 'Test-Path' cmdlet to check the existence of a file or directory. |
收藏此条目、标记为困难题,或将其加入复习集合。
用户评价最有帮助的内容: