Click here to Skip to main content
15,885,767 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
is there any way (maybe a program) to share a program with file explorer access and the user dont see file explorer?
i mean i want to share a program to some users and i dont have enough budget to buy some pc
so i think sharing a program maybe through a windows simulator which user access a program without seeing file explorer is the best way
so i will be pleased if anyone can tell me how can i do that or which program can do this object

What I have tried:

since i dont know the way i didnt do anything
Posted
Updated 18-Nov-21 0:53am

1 solution

File Explorer is a user app - it is designed to interact with the user to investigate the file system and let them do a number of things with files and folder: create new ones, delete them, move them, rename them, open them with a variety of applications, execute them.

File explorer does nothing without the user telling it explicitly what to do via it's user interface, it has no "background function" that can be used without user intervention.

But Windows (and all the application frameworks that run on Windows such as .NET MFC, et al) provide those same functionalities as part of their API's: almost any program that can run on Windows can do all those things without the user being directly involved.

So decide what language and framework you will be using, and google for "file system" within that framework / language combo.

We can't be more explicit, all frameworks provide similar functionality, but the way they provide it is different for each.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900