II.
LibraryProcess overview
Reference · livelib-process:desktop-development--file-system-integration
specializations/desktop-development/file-system-integration overview
File System Integration Process - Implement file operations including file dialogs, file watching, large file handling, path management; ensure cross-platform compatibility and security.
Attributes
displayName
specializations/desktop-development/file-system-integration
description
File System Integration Process - Implement file operations including file dialogs, file watching,
large file handling, path management; ensure cross-platform compatibility and security.
libraryPath
library/specializations/desktop-development/file-system-integration.js
specialization
desktop-development
references
- - Node.js fs module: https://nodejs.org/api/fs.html
- - Electron dialog: https://www.electronjs.org/docs/latest/api/dialog
- - chokidar: https://github.com/paulmillr/chokidar
example
const result = await orchestrate('specializations/desktop-development/file-system-integration', {
projectName: 'MyDesktopApp',
framework: 'Electron',
fileOperations: ['open', 'save', 'watch', 'drag-drop'],
targetPlatforms: ['windows', 'macos', 'linux']
});
usesAgents
- filesystem-analyst
- file-dialog-abstraction
- file-operations-developer
- file-watcher-setup
- dragdrop-developer
- file-system-path-handler
- security-developer
- technical-writer
- integration-validator
Outgoing edges
lib_applies_to_domain1
- domain:software-engineering·DomainSoftware Engineering
lib_belongs_to_specialization1
- specialization:desktop-development·Specialization
lib_implements_workflow2
- workflow:desktop-app-release·WorkflowDesktop App Release
- workflow:release-management·Workflow
lib_involves_role2
- role:desktop-developer·RoleDesktop Application Developer
- role:fullstack-engineer·RoleFullstack Engineer
lib_requires_skill_area3
- skill-area:desktop-ui-frameworks·SkillAreaDesktop UI Frameworks
- skill-area:cross-platform-desktop·SkillAreaCross-Platform Desktop Development
- skill-area:desktop-system-integration·SkillAreaDesktop System Integration
uses_agent1
- lib-agent:meta--technical-writer·LibraryAgenttechnical-writer
Incoming edges
None.