473,396 Members | 2,111 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

C# App: Custom FileSystem

hey friends.,
Can we create a custom file system in C#. In linux i used FUSE library to access my files in web server..... I wanted to mount that as a file system.. I used FUSE library for that in Linux....... Is any library available in .Net
Nov 28 '07 #1
6 3549
Plater
7,872 Expert 4TB
Well I looked up the FUSE library and to be honest, I didn't see the point of it. Their usage examples seemed to mimic that of a basic shell.
What exactly are you looking to do?

EDIT: So I looked a little closer.
This would allow you to try to open a file, lets say "./hello" even though no file named "hello" exists, since you had a piece of code created with the FUSE library. Allowing you to use common filehandling techniques for files that only exist "in code" ?
An interesting thing, but I don't know what you would use it for in .NET?
Nov 28 '07 #2
Actually what i want to implement is:

in Linux, i wrote a socket program to retrieve the file...... same thing as you told the file wont exists in the system. but it will behave like a file system even though the files are available in server........ so that i can run any file handling program to run in my user file system without change the actual code.........
Nov 29 '07 #3
Plater
7,872 Expert 4TB
Could you not write a socket program that does that now?

I do it with my custom webserver, I magic up webpages whenever I need them.
Nov 29 '07 #4
Could you not write a socket program that does that now?

I do it with my custom webserver, I magic up webpages whenever I need them.
ya i can do that with socket program..... what i have to do if i want to open it in notepad... editing photo shop[if JPEG]... i need a file system interface to do that.........

in novel we can mount the remote file system....... like that i want to implement the interface in C#.. is there any library or system calls
........
Nov 30 '07 #5
Plater
7,872 Expert 4TB
Not as part of the .NET framework, there might be some Win32 API calls you can make, but I am unfamiliar with them.
Nov 30 '07 #6
thank you

i found "Galaxy FileSystem Toolkit"
I think it may help me.........
Dec 1 '07 #7

Sign in to post your reply or Sign up for a free account.

Similar topics

4
by: Guinness Mann | last post by:
I'm working in VS2003.NET, with C#. I use app.config to store the connection string to my SQL Server. This works fine. Lately I've been taking work home where the connection string is...
7
by: hplloyd | last post by:
i have a windows app which has an app.config file in the solution. The config file holds information such as connection string details. When I create a setup project and include the primary...
3
by: bamapookie | last post by:
I am new to VB, but not new to programming. I am using VB.Net 2003 and I have written a small app to monitor several running processes and everything is fine except the memory usage. When the app...
1
by: Tommy | last post by:
I have a windows service that has an app config file. I also have a filesystem watcher watching the config file. When the config file changes I am reading the values back into memory. It all...
9
by: Julien Biezemans | last post by:
Hi! Here is the problem: I'd like to restrict local filesystem stream operations to one directory just like a root jail. fopen('/file.bin') would actually open /some/path/file.bin. One goal...
1
by: John Wright | last post by:
I am running a console application that connects to an Access database (8 million rows) and converts it to a text file and then cleans and compacts the database. When it runs I get the following...
6
by: NickP | last post by:
Hi there, I am implementing a simple "/U" command line argument for a .NET application that instructs the application to delete the following folders... ...
2
by: =?Utf-8?B?RGF2aWQgVGhpZWxlbg==?= | last post by:
Hi; This is a two part question. The first is we hit a case where a user on Windows 2003 installed .NET and IIS, but not the IIS .NET extensions. How can we programatically check for this so we...
15
by: Scott M. | last post by:
Hi, I'm an old VB6 guy just starting out in VB.Net using Visual Studio Express. I want to build a simple console app that will create a simple text file every 10 minutes. I can create the file...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.