Révision 2467
| tmp/org.txm.backtomedia.rcp/src/org/txm/backtomedia/commands/function/BackToMedia.java (revision 2467) | ||
|---|---|---|
| 477 | 477 |
Log.info("Media file not found: " + audioFile);
|
| 478 | 478 |
return null; |
| 479 | 479 |
} |
| 480 |
path = audioFile.getAbsolutePath();
|
|
| 480 |
path = audioFile.toURI().toString();
|
|
| 481 | 481 |
} |
| 482 | 482 |
} |
| 483 | 483 |
else {
|
| ... | ... | |
| 494 | 494 |
System.out.println(MessagesMP.BackToMedia_29); |
| 495 | 495 |
return null; |
| 496 | 496 |
} |
| 497 |
path = audioFile.getAbsolutePath();
|
|
| 497 |
path = audioFile.toURI().toString();
|
|
| 498 | 498 |
} |
| 499 | 499 |
|
| 500 | 500 |
Log.fine(MessagesMP.BackToMedia_25 + path); |
Formats disponibles : Unified diff