Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cyberkeeper/fileaccesstest
Demo C# WPF file access
https://github.com/cyberkeeper/fileaccesstest
education learning-exercise wpf
Last synced: about 4 hours ago
JSON representation
Demo C# WPF file access
- Host: GitHub
- URL: https://github.com/cyberkeeper/fileaccesstest
- Owner: cyberkeeper
- Created: 2024-03-06T13:05:31.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-03-08T14:00:11.000Z (10 months ago)
- Last Synced: 2024-11-16T01:29:45.527Z (2 months ago)
- Topics: education, learning-exercise, wpf
- Language: C#
- Homepage:
- Size: 322 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# File Access Test
A simple application that opens a text file, allows basic text editing to take placed and then allows the user to write back to file.
Created to text functionality of reading and writing to a file for a programming class.
## Features
- FileChooser dialog is used to select the file to be opened. The same file will be wrote back to.
- The writing back can be set to overwrite or append to the existing file.
- Menu duplicates onscreen buttons.
- ClickOnce profile used to creating published package.
- Using a ViewModel to keep the overwrite option sync'd between checkbox and menu item. Uses data binding.
## Authors
- [@cyberkeeper](https://github.com/cyberkeeper)