net.sourceforge.atunes.kernel.utils
Class NativeFunctionsUtils

java.lang.Object
  extended by net.sourceforge.atunes.kernel.utils.NativeFunctionsUtils

public class NativeFunctionsUtils
extends java.lang.Object

The Class NativeFunctionsUtils.


Constructor Summary
NativeFunctionsUtils()
           
 
Method Summary
static java.lang.String getShortPathNameW(java.lang.String longPathName)
          Returns the 8.3 (DOS) file-/pathname for a given file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NativeFunctionsUtils

public NativeFunctionsUtils()
Method Detail

getShortPathNameW

public static java.lang.String getShortPathNameW(java.lang.String longPathName)
Returns the 8.3 (DOS) file-/pathname for a given file. Only avaible for 32-bit Windows, so check if this operating system is used before calling. The filename must include the path as whole and be passed as String.

Parameters:
longPathName - the long path name
Returns:
File/Path in 8.3 format


Copyright © 2006-2008 The aTunes Team. All Rights Reserved.