The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
11 views

Are HDFS reads and writes parallel?

Are HDFS read/writes done in parallel ? For example, let's say I'm downloading a file called BigMatrix.RData. Does the HDFS download command connect in parallel to the data nodes ( that have blocks ...
0
votes
1answer
32 views

How to initialize a JTree?

I've been trying to make a simple JTree for a program and I'm getting crazy with this. I just want to make a JTree to show all files and folders inside a given folder. Anyone can help me with some ...
0
votes
1answer
12 views

ANT copy task: Filesystem diff to recognize file deletions

In my project setting I have for example the following file system setting: Directory A file1 Directory B file1 file2 I have a copy task in my ant script which copies the whole content of Dir A ...
0
votes
1answer
30 views

Downloading a file with Cordova

Despite the many examples found on the documentation or in this forum, I can't find a way to download a file using Cordova... First, I get the rootFS: function gotFS(fileSystem) { ...
0
votes
0answers
23 views

How to get Absolute path from UNC Path(network share path) in C#?

I am using share path (\192.168.1.124\share) in DirectoryInfo class to enumerate all files..Here FileInfo.FullName gives the path like \192.168.1.124\share\test.txt..yes it's ok . But here I also need ...
0
votes
1answer
18 views

How do I monitor processes/apps or file locks on Mac OSX?

I'm porting a file encryption app from Windows to Mac OSX. One of its features, is that it lets you open an encrypted file in its source application (say TextEdit), make some changes and then ...
1
vote
3answers
72 views

Azure 502 errors .. trying new WebBrowser() and/or image.Save()

I have this solution that works perfectly on my development workstation using Visual Studio 2012 .Net 4.5. No IIS changes. It's basically C# that grabs a webpage and turns it into bmp. I'm not sure ...
0
votes
1answer
41 views

I'm trying to implement windows.requestFileSystem under IE and FF

Is there a workaround to implement a sandbox for silent file open/save/delete operations under FF and IE? Chrome does have window.requestFileSystem and webkitStorageInfo.requestQuota, could it be ...
1
vote
1answer
43 views

Getting a CLR stored procedure activated by a broker queue to run as the database owner

I'm trying to set up a CLR stored procedure to be run from a service broker queue so that the CLR stored procedure runs as the database owner. I've tried all sorts of combinations but can't get this ...
2
votes
2answers
37 views

How do I check if a file is executable in node.js?

How do I check if a file is executable in node.js? Maybe something like fs.isExecutable(function (isExecutable) { }) Thanks.
0
votes
0answers
63 views

iOS Mountable file system DMG or ISO

We are creating an iOS application which uses thousands of images, currently we are installing our app then copying the files to the apps document folder. On a Windows Desktop we use an ISO or VHD ...
0
votes
0answers
38 views

How to fix error in mkdir functionality

I am creating the mkdir command in linux and am having some issues. I followed my professors psuedocode and thought I had everything ok, but when my program ran, it created a file and everything but ...
1
vote
2answers
66 views

Reading / writing lots of int[] (BitSet) data into file(s) repeatedly can be done fast in Java?

My main program looks as below (pseudo code): public void main(String[] args) { // produce lots of int[] data which is stored inside a list of hashmaps List<HashMap<Integer, ...
3
votes
2answers
76 views

c# - How to determine if a certain user has (effective) read-rights on a file or folder?

I would like to know if a user (known by its name in the active directory) has effective read rights (sharerights and nfts rights) on a certain file or folder. I do not have not the credentials of ...
1
vote
0answers
57 views

OpenTextFile gives error Automation server can't create Object

I created this method to create a text file as log for a page that has different buttons that call functions with parameters from different textfields: function WriteToFile(data) { var ...
0
votes
0answers
16 views

SL 5 exception using FileSystem

Working on an OOB app. dynamic fileSystem = AutomationFactory.CreateObject("Scripting.FileSystemObject"); dynamic drives = fileSystem.Drives; foreach (var drive in drives) { DriveCollection.Add(new ...
0
votes
2answers
210 views

Efficient way to transfer many binary files into SQL Server database

We have a requirement for a Winforms app to read thousands of files from a local filesystem (or a network location) and store them in a database. I am wondering what would be the most efficient way ...
1
vote
1answer
50 views

Tracking a file over time

My idea is to track a specific file on a file-system over time between two points in time, T1 and T2. The emphasis here lies on looking at a file as a unique entity on a file-system. One that can ...
1
vote
1answer
216 views

Node.js check if path is file or directory

I can't seem to get any search results that explain how to do this. All I want to do is be able to know if a given path is a file or a directory (folder).
1
vote
6answers
147 views

How to identify the file type even though the file-extension has been changed?

Files are categorized by file-extension. So my question is, how to identify the file type even the file extension has been changed. For example, i have a video file with name myVideo.mp4, i have ...
6
votes
2answers
82 views

.Net - How to catch the details of the file copy/move event, such as the source file name

Just want to write a applicaiton to track the relationship between the files in the disk. We know that FileSystemWatcher can fire evetns when creating, renaming or deleting the file. But ...
-1
votes
1answer
57 views

What makes a file into a folder? [closed]

What is the (file system specific) difference between a file and a folder? Why are different methods in java.nio.file.Files required to create the one or the other? createDirectory(..) and ...
0
votes
3answers
91 views

How to tell g++ compiler where to search for include files?

In a "working directory" I have a lot of *.cpp and *.h files that #include each other and files from subdirectories. For example: #include "first.h" #include "second.h" #include "dir1/third.h" ...
1
vote
1answer
79 views

Where should I put the XML file in iPhone Simulator's filesystem. XCode 4.2

A little embarrassing question, but I can find an answer which works in my case... I need to put some xml file (settings.xml) in order to read some data from it during application runtime. According ...
1
vote
0answers
56 views

Accessing an image while writing it to file system on iOS

My app is loading bunch of images from network and saves them to local file system (FS) in app sandboxed environment. When I save image to FS I do it using GCD like that: ...
2
votes
1answer
52 views

module vs. dist share directories

What is the difference between the usages of the dist and module directories located in auto/share in the Perl module installation directories? The File::Share module documentation talks about both of ...
0
votes
1answer
135 views

How to obtain an absolute path from directory_iterator in Visual Studio 2012 <filesystem>

I'm trying to obtain an absolute path from directory_iterator in Visual Studio 2012 . It was possible in earlier versions of Boost library with native_file_string(). None of the function members ...
0
votes
0answers
47 views

What are the EXT2 file system structure details?

I'm trying to wrap my head around the EXT2 file system, but I can't find a single place that shows me the EXT2 file system in detail. I finally drew up a diagram myself. So I got that far. Now I'm ...
0
votes
2answers
102 views

Can you read files in the www folder using PhoneGap.'s JS methods?

Using JavaScript (not native code), is it possible to read folders and files from the www folder where, for example, phonegap.js is? I've managed to read file contents with AJAX calls, but I'd like ...
0
votes
1answer
75 views

How to add another file system in hadoop

I am planning to add a file system say, "My cloud" under org.apache.hadoop.fs in Hadoop, something similar to KFS or S3 which are already there under org.apache.hadoop.fs. I wanted to ask that say, I ...
0
votes
1answer
200 views

Create a file in TideSDK

I am creating an application with TideSDK and will need to create files for the projects. However I cannot find any way to create a file. On the API docs I saw the function createDirectory(). Will ...
1
vote
2answers
175 views

when a database is deleted in SQL Server Management Studio is all space released back to the O/S

When a database in the Treeview of SQL Server Management Studio is right-clicked and is taken offline and then the Delete option is chosen, is all space allocated to the database released back to the ...
0
votes
0answers
44 views

What's the difference between /Library and /System/Library? [closed]

-Mac OS X- I have java 1.7 on /Library/Java and java 1.6 on /System/Library/Java so it makes me wonder if there's any difference at all.
0
votes
1answer
137 views

Is there an updated version of the FolderBrowserDialog?

Windows seems to utilize in a few places a more modern dialog for browsing and selecting folders (I found this screenshot online, http://media.wiley.com/Lux/97/145397.image1.jpg), so I'm wondering if ...
0
votes
2answers
55 views

How do I set a working directory for Java application?

I've written a simple java app, say, with the following code: String currentDir = new java.io.File(".").getCanonicalPath(); javax.swing.JOptionPane.showMessageDialog(null, currentDir); //This line ...
0
votes
0answers
28 views

WINDOWS 7 : SAN aware file system [closed]

I wanna share the same LUN between four windows-7 PCs on my local network (i use QNAP TS-212). I understand i can't use NTFS but rather a SAN aware file system. Hence my question : Searching the ...
2
votes
2answers
161 views

Is it possible to create a NEW zip file using the java FileSystem?

I've successfully modified the contents of a (existing) zip file using the FileSystem provided by java 7, but when I tried to create a NEW zip file by this method it fails, with the error message that ...
1
vote
1answer
93 views

implementing a recursive copy in Python with special case handling

I'd like to implement a version of cp -r in Python that handles certain directories in a special way. If you do mycp.py -r indir outdir, I'd like indir and all of its files/subdirectories to be copied ...
0
votes
1answer
96 views

Flex application with access to local filesystem and network?

i'm developing kind of standalone kiosk and having trouble as in title. Explanation: Application is launched in Google Chrome with "--app=file://..." option Application should play video files from ...
0
votes
1answer
256 views

Amazon EC2: Unable to unmount and remove EBS drive file system

I have create an EBS drive, attached it to the Instance and created file system using mkfs.ext3. Now i want to unmount and delete the drive, i've tried many things but nothing seems to work. Although ...
1
vote
2answers
145 views

concurrent access to file linux

I was looking at how a syscall read/write was done in linux, and i found this : .... loff_t pos = file_pos_read(f.file); ret = vfs_read(f.file, buf, count, &pos); file_pos_write(f.file, pos); ...
0
votes
0answers
35 views

Mount socket server as drive/directory

I'm experimenting with sockets and distributed file systems... till now I started my socket-server on PC A and sent my files using CURL to the server. The server decides if the file will be stored on ...
0
votes
0answers
125 views

Fatfs on win32 with an usb flash drive

Fatfs is a small library written in C ansi that lets us manage a file system on a storage device. I am planning on using it in an embedded project in order to store several files on an SD Card. ...
3
votes
4answers
191 views

How To Encrypt A Directory With Application-Specific Keys?

I'm working on a C++ application that stores (and frequently accesses) its data across many files within a single directory via numerous classes, database libraries, etc. I would like to start ...
0
votes
2answers
64 views

touch() expects parameter 1 to be string, resource given

anyone know what the problem is here, it only happens the first time its called. Second time, no error, no problem. Called once daily to update currency rates. private function updateRates() { ...
1
vote
0answers
77 views

Listen gem and monitoring for filesystem changes

I've just come across the listen gem which watches for file system events (or polls) and can execute your ruby code when a file changes or is added. It looks really nice, but if I need to catch any ...
0
votes
0answers
29 views

How to rename file using IFileStore in Java

I cannot seem to find the right combination of methods to rename a file using IFileStore. I can delete the file, or I can move it to another store, but I can't seem to create a blank store for a file ...
0
votes
1answer
303 views

How to Access a text file on blackberry 10 using native sdk

Inside a folder called Resources I have a text file called "hello.txt". How do I read it using blackberry 10 native sdk using cpp. I found something like using a FileConnection. But its showing ...
2
votes
3answers
217 views

How to read/write a specific number of bytes to file

I am looking to create a file by structuring it in size blocks. Essentially I am looking to create a rudimentary file system. I need to write a header, and then an "infinite" possible number of ...
2
votes
3answers
196 views

Strange behaviour when writing a string to a UTF-8 file (no BOM) - ANSI file being returned

I'm attempting to write out C# string data to a UTF-8 file without a byte order mark (BOM), but am getting an ANSI file created. using (StreamWriter objStreamWriter = new StreamWriter(SomePath, ...

1 2 3 4 5