Skip to content

Commit 26f4798

Browse files
authored
Update README.md
1 parent 534c579 commit 26f4798

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ If it doesn't find an **Active** "explorer.exe" window, it creates your file on
2323
- The app registers a System-wide Hot Key (L-Shift + Q), a combination of keys that when pressed can activate the app and bring it to the top most.
2424
- Can create full paths not just files i.e, "dir\file.txt" creates a directory with the name "dir" and "file.txt" inside it.
2525
- You can add file attribute flags so you can mark the file as hidden, system or readonly.
26-
Something like this: ***\dir1\dir2\file.txt -h -s -r***.
26+
Something like this: ***\dir1\dir2\file.txt > -h -s -r***.
2727
- If you don't have an **active** "explorer.exe" window or you're in a special system folder like the root directory "This PC" or "Recycle Bin" the app creates your file on desktop directory.
2828
- The app starts minimized with a tray icon and can be brought to front via the tray context menu with the "Show" button or via the defined Hot Key.
2929

@@ -38,5 +38,5 @@ This project references the following COM libraries:
3838
You don't have to reference them, i only did it to expose the **Shell, ShellWindows and InternetExplorer** types in the [Tools](https://github.com/hmz777/New-File-Tool/blob/master/Helpers/Tools.cs) Class for intellisense purposes only, you can just leave them as dynamic and compile. See [here](https://github.com/hmz777/New-File-Tool/blob/33dbba8669db3ca1067573a9ce17839c6b3471a2/Helpers/Tools.cs#L32).
3939

4040
# Upcoming Features
41-
- ~~I will be adding file attribute flags so you can mark the file as hidden, system or readonly. Something like this: ***\dir1\dir2\file.txt -h -s -r***~~ Done! :white_check_mark:
41+
- ~~I will be adding file attribute flags so you can mark the file as hidden, system or readonly. Something like this: ***\dir1\dir2\file.txt > -h -s -r***~~ Done! :white_check_mark:
4242
- An option for entering absolute paths instead of relative ones.

0 commit comments

Comments
 (0)