drive

JFileChooser - Not browsing through the 'Mounted Drives' in windows server 2008 machine

I use JFileChooser in one of my java tool to browse file locations. It has a problem in browsing into the mounted drives - We can just chose the mounted drive but cannot go to next level/open and browse into the mounted location. But it works fine in windows server 2003 , but could not do the operation in windows server-2008. Has any...

How to change flash drive name using cocoa on Mac OS X

Hello, as stated in the subject, I am looking for a way to change a Flash Drive name/label which is appear on the desktop when the volume is mounted. I have tried different ways: 1) Disk arbitration 2) Just rename as a File using NSFileManager Thanks in advance, Vladimir ...

Detecting if path is on a windows mapped network drive

Hello, Is there a simple way to tell if a given path lives on a mapped network drive? Or to tell if a given drive is a mapped network drive? I hoped they would have a reparse point attribute but GetFileAttributes() returns nothing but a directory flag. ...

Formatting usb flash drive on Mac OS X

Good Day, How can I format an USB flash drive using cocoa frameworks or carbon? Is there any functions to make it? Thanks, Vlad ...

Mapping Windows drive path to a RESTful API for cental file storage

Is this possible? Is there a programme that will allow this to happen? I have a program that needs to access a lot of data from a central storage, but the likes of Amazon S3 only allows access via RESTful API which is no good for this program. Only UNC or drive letters are acceptable... Help! Bernard ...

Configuring Eclipse .classpath for two different paths for the same entry

Hi everyone, I'm wondering if there is a way (in Windows 7) to make some sort of mapping of drives so that sometimes you find the files in a network drive and sometimes you find them in a local map? -And to be able to easily switch between those two. The reason I want to do this is that I want to be able to work (as a developer, using ...

access/view linux ide notebook drive from windows box

hey. trying to figure out if/how i can view the contents of a notebook linux ide from the usb port of a windows box... should be straightforward.. don't want to write to the disk, just read.. also.. if i have a linux box, and i assume that the drive was formatted, using the default processes (using fedora/centos), what's the basic cmd...

Network drive access through remoteapp and remote desktop connection

Hi All, I have a C++ application that uses GetDriveType() API to retrieve the drive type for the selected drive (list of drives populated in the combo box). I'm using 3 Windows Server 2008 R2 machines e.g. A,B,C. My C++ application runs on machine A. Also on machine A, I have created a network drive mapped to a drive of machine B. Whe...