- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Which methods are supported by Get-ChildItem in PowerShell?
There are methods or functions which are useful for directories and file operations.
Methods for the directory.
TypeName: System.IO.DirectoryInfo Name MemberType ---- ---------- Create Method CreateObjRef Method CreateSubdirectory Method Delete Method EnumerateDirectories Method EnumerateFiles Method EnumerateFileSystemInfos Method Equals Method GetAccessControl Method GetDirectories Method GetFiles Method GetFileSystemInfos Method GetHashCode Method GetLifetimeService Method GetObjectData Method GetType Method InitializeLifetimeService Method MoveTo Method Refresh Method SetAccessControl Method ToString Method
Methods for Files.
TypeName: System.IO.FileInfo Name MemberType ---- ---------- AppendText Method CopyTo Method Create Method CreateObjRef Method CreateText Method Decrypt Method Delete Method Encrypt Method Equals Method GetAccessControl Method GetHashCode Method GetLifetimeService Method GetObjectData Method GetType Method InitializeLifetimeService Method MoveTo Method Open Method OpenRead Method OpenText Method OpenWrite Method Refresh Method Replace Method SetAccessControl Method ToString Method
- Related Articles
- Which properties are supported by the Get-ChildItem in PowerShell?
- Which attribute parameters are supported in Get-ChildItem in PowerShell?
- What are the parameters supported by Get-ChildItem in PowerShell?
- What is Get-ChildItem cmdlet in PowerShell?
- How to control recursion in Get-ChildItem in PowerShell?
- What are the methods supported by W3C DOM?
- How to use Depth pararmeter in Get-ChildItem PowerShell?
- How to get the readonly files using Get-ChildItem in PowerShell?
- How to exclude specific extension in Get-ChildItem in PowerShell?
- What are the document methods supported by Legacy DOM?
- How to get the system files using the Get-ChildItem in PowerShell?
- How to use the wildcard character (*) in Get-ChildItem in PowerShell?
- How to use the -recursive parameter in Get-ChildItem using PowerShell?
- How to exclude specific file names using Get-ChildItem in PowerShell?
- What is the use of -Force parameter in Get-ChildItem in PowerShell?

Advertisements