Ultimate Guide: The Definitive List of Folders and Their Uses
Ultimate Guide: The Definitive List of Folders and Their Uses
Table of Contents
- Introduction
- Registration
- Using Advanced Installer
- GUI
- Working with Projects
- Installer Project
- Patch Project
- Merge Module Project
- Updates Configuration Project
- Windows Store App Project
- Modification Package Project
- Optional Package Project
- Windows Mobile CAB Projects
- Visual Studio Extension Project
- Software Installer Wizards - Advanced Installer
- Visual Studio integration
- Alternative to AdminStudio/Wise
- Replace Wise
- Migrating from Visual Studio Installer
- Keyboard Shortcuts
- Shell Integration
- Command Line
- Advanced Installer PowerShell Automation Interfaces
* IAdvancedInstaller
* IAdvinstProject
* IProductDetails
* IFolder
* IFoldersComponent
* IPredefinedFolders
* IFolderOperations
* IFolderSync
* IFolderSyncFilters
* ILaunchConditionsComponent
* IFilesComponent
* IIniFilesComponent
* IShortcut
* ITempFile
* IXmlFile
* IDirectoryMember
* IRegistryComponent
* IInstallParameters
* IBuildComponent
* ITextFileUpdatesComponent
* ITextUpdateFile
* ITextUpdateAppendOrCreate
* ITextUpdateReplace
* IFileAssociations
* IDefaultProgramFA
* IExtensionFA
* IProgIdFA
* IVerbFA
* IEnvironment
* IEnvironmentVariable
* IProductCode
* IUpgradeCode
* IMergeModulesComponent
* IMergeModule
* IDigitalSignature
* ICustomActionsComponent
* ITranslationsComponent
* IDriversComponent
* ISearch
* IServices
* IOrganizationComponent
* IComComponent
* IRemoveFilesComponent
* IRemoveFile
* IUpdatesProject
* IUpdaterComponent
* IPatchProject
* IPropertyComponent
* IProperty
* IPathVariable
* IMsixComponent
* IMsixDependencies
* IMsixDriverDependency
* IMsixDriverConstraint
* IMsixExternalDependency
* IMsixPackageDependency
- Features and Functionality
- Tutorials
- Samples
- How-tos
- FAQs
- Windows Installer
- Deployment Technologies
- IT Pro
- MSIX
- Video Tutorials
- Advanced Installer Blog
- Table of Contents
Disclaimer: This post includes affiliate links
If you click on a link and make a purchase, I may receive a commission at no extra cost to you.
IFolder
This interface allows you to access all the files and folders from a certain folder. Creating a new folder can be done just inside another folder.
Declaration
IFolder : IDispatch
Properties
IFolder Parent - Gets the parent folder of the current folder.
String Name - Gets or sets the name of the folder.
String FullPath - Gets the full path to the folder.
Array
Array
Array
Array
Array
Array
Array
Array
IOperations - Gets the object for folder operations (folder removal and overwrite behavior).
IFolderSync - Gets the object for folder synchronization.
Methods
CreateFolder(String name) - Creates a new folder in the current folder using the name passed as parameter.
DeleteFolder() - This method deletes the folder alongside all its members from the project. The object or any of its members, on which this method is called is no longer available for editing
Topics
- IFoldersComponent
Folders Component interface - IPredefinedFolders
Predefined Folders interface - IFolderOperations
Folder Operations interface - IFolderSync
Interface for folder synchronization - IFolderSyncFilters
Folder Synchronization interface
Did you find this page useful?
Please give it a rating:
Thanks!
Report a problem on this page
Information is incorrect or missing
Information is unclear or confusing
Something else
Can you tell us what’s wrong?
Send message
Also read:
- 10 Sci-Fi VR Adventures Unveiling Distant Realities
- 5 Reasons Why ChatGPT Won’t Take Your Writing Job
- ASUS Pro B760M-CT CSM Unveiled: Comprehensive Review for Serious Gamers and Builders
- Easy Conversion Tutorial: Switching Video Types - Change WebM Into MP4 with the Help of VLC Media Player
- Effortless Conversion: Top Rated Free and Premium Tools to Crop PDFs without Using Adobe
- Essential iOS Video Apps IPhone/iPad's Finest Selection for 2024
- Essential Pre-Installation Requirements Guide
- How to Implement an IExtension Framework in Your Application
- In 2024, How to share/fake gps on Uber for Samsung Galaxy F14 5G | Dr.fone
- In 2024, How to Transfer Text Messages from Meizu 21 Pro to New Phone | Dr.fone
- Mastering Professional Skills with ICOM Certification Courses - A Comprehensive Guide
- Optimizing Time Management: Navigating the Schedule Options Pane
- Techniques for Achieving Perfect Video Segmentation: A Comprehensive Tutorial
- Understanding Pre-Launch System Conditions and Checks
- Title: Ultimate Guide: The Definitive List of Folders and Their Uses
- Author: Joseph
- Created at : 2024-10-04 20:11:32
- Updated at : 2024-10-10 23:14:39
- Link: https://fox-sure.techidaily.com/ultimate-guide-the-definitive-list-of-folders-and-their-uses/
- License: This work is licensed under CC BY-NC-SA 4.0.