move

Move / Copy File Operations in Java

Is there a standard Java library that handles common file operations such as moving/copying files/folders? ...

Move the cursor programmatically from one page to other page using JavaScript

Hello, I have 2 pages on the screen (actually more as it is a kind of proprietary web application with a few frames and I cannot figure out actually the whole structure) I enter the search criteria in a page, I press ‘Enter’ on the keyboard , search is executed and the other view is filled with data. There is a button ‘Confirm’ on this...

Transfering ASP Classic Pages from Windows to Linux

Has anyone tried a solution to host ASP classic pages on something else than IIS/Windows? I'm wondering if it would be a good idea to try one of the solutions for that problem. I know about Sun Java System Active Server Pages (or Chilisoft) but haven't tried it. Is there any big problems with those solutions? Does the hosted code need ch...

How do I move file with Ruby

I want to move a file with ruby. How do I do that? ...

How to move a single folder from one Subversion repository to another repository?

I have a "docs" folder in a Subversion repository named "project". I've come to the conclusion that it should really be kept under a separate Subversion repository named "project_docs". I'd like to move the "docs" folder (and all of it's revisions) to the "project_docs" repository. Is there any way to do this? ...

Conveniently move a class to a different package in eclipse without borking svn

When moving a file from old.package to new.package I want two things to happen: Update all references to that class (in all files of the project) so that the new package is used svn move old/package/Foo.java new/package/Foo.java I use subversive within Eclipse Ganymede. When I just drag the file from one package to the other, all ref...

Flex: How to resize and move component in runtime?

Hello everyone. Please, anyone can guide me how to do this stuff. I have a pannel and a box, The pannel is my component pannel(inside component pannel is eg. image, TextArea, Video) and Box is my target Box for my component creation. The user can select a component he/she want to create (dynamic creation) and drag it to target Box(dra...

Problem with with Delphi 2009 and copying memory

I'm testing DelphiModbus library on Delphi 2009 and don't get quite the results I want. I think the problem lies with the following line on IdModbusClient.pas: Move(Buffer, ReceiveBuffer, iSize); It looks like ReceiveBuffer is set to some garbage. Buffer is defined as TIdBytes (from Indy components) ReceiveBuffer is defined as TComm...

Moving All Files From Directories One Step Up

Dear all, I have a directories that look like this fool@brat:/mydir/ucsc_mm8> tar -xvf *.tar 1/chr1.fa.masked 1/chr1_random.fa.masked 2/chr2.fa.masked 3/chr3.fa.masked 4/chr4.fa.masked 5/chr5.fa.masked 5/chr5_random.fa.masked 19/chr19.fa.masked Un/chrUn_random.fa.masked What I want to do is to move out all the "*.masked" files in th...

Moving Selected rows Between Gridviews

Hi all, I currently have Gridview1 which gets it's data from a database and displays a list of people.I also have a Gridview2 which is initially blank. I would like to add the functionality of adding/removing rows to gridview2 from gridview1. I've added a checkbox column to gridview1 to allow users to select the records they'd like to ...

UITableView: moving a row into an empty section

I have a UITableView with some empty sections. I'd like the user to be able to move a row into them using the standard edit mode controls. The only way I can do it so far is to have a dummy row in my "empty" sections and try to hide it by using tableView:heightForRowAtIndexPath: to give the dummy row a height of zero. This seems to le...

Fastest way(s) to move the cursor on a terminal command line?

What is the best way to move around on a given very long command line in the terminal? Say I used the arrow key or Ctrl-R to get this long command line: ./cmd --option1 --option2 --option3 --option4 --option5 --option6 --option7 --option8 --option9 --option10 --option11 --option12 --option13 --option14 --option15 --option16 --option17 ...

Determine if a file can be moved or copied

Besides trying the operation and catching the exception, is there a method to determine if a file can be moved or copied? ...

Move all files except one

How can I move all files except one? I am looking for something like: 'mv ~/Linux/Old/!Tux.png ~/Linux/New/' where I move old stuff to new stuff -folder except a Tux.png. !-sign represents a negation. Is there some tool for the job? ...

How to reduce CPU usage when moving a component in a OnMouseMove event in Delphi 7 ?

In a Delphi 7 application, I want to move a component accordingly to the mouse. Im doing something like that: procedure MyComponent.MouseMove(Sender: TObject;Shift: TShiftState; X, Y: Integer); begin AnotherComponent.Top := X; AnotherComponent.Left := Y; end; When I move the mouse the CPU usage for the main core goes up to 100% on...

Can I "transplant" a ClickOnce application from one PC to another?

My wife's old work computer has a ClickOnce-deployed app on it that she now needs on her new work computer. (It runs on her old computer fine, but her old computer doesn't run fine at all, hence the new one.) The source distribution for the app is long gone; it was hosted on the workstation of an employee who left long ago. Can the ap...

How do I move/copy a symlink to a different folder as a symlink under Solaris?

It is an odd behaviour seen only on Solaris that when I try to copy a symbolic link with the "cp -R -P" command to some other folder with a different name, it copies the entire directory/file it's pointing to. For example: link -> dir cp -R -P link folder/new_link ...

How can you move a folder to one folder-level lower?

I have a folder Math at /cs/.../topology/mathematics/Math. I tried the following unsuccessfully at the mathematics -folder. mv Math/ .. How can you move the folder Math to /cs/.../topology/ in terminal? ...

How to move a Grid Panel in WPF Window.

HI, How do I move (drag) a Grid Panel inside a WPF Window? The Grid Panel does not have a Position or Location or X and Y coordinate porperty. All I am looking at is to move the Grid Panel from its current location to a new location using Mouse so that the controls that are "burried" underneath it will show up. Any pointers? Many Than...

tfs : branch moved folder based on label or date

I've moved a folder in tfs using the "move" command but now I cannot create branches off the moved folder based on date or label (label was created when source was in the old folder). I can however create a branch based on "latest version". I get an error message "no items match in if I try to branch of a label. I'm guessing the lab...