CloudPath currentDir = CliSession.getSession( ).getCurrentDirectory( );
CloudPath path = new CloudPath( args.getArguments().get( 0 ) , currentDir, CliSession.getSession( ).getCloudloop( ) );
CloudStore cloudStore = (CloudStore) path.getCloudProvider( );
cloudStore.removeFile( cloudStore.getFile( path.getPath( ) ) );
return 0;
}