F_GET_WINDOWS_DIRECTORY

///////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Function Name : f_get_windows_directory
// Argument Name : (None)
// Return Type :      String
///////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Local External Functions :
// Function Long GetWindowsDirectory (ref String lpBuffer, Long nSize)
// Library "kernel32" Alias For "GetWindowsDirectoryA"
///////////////////////////////////////////////////////////////////////////////////////////////////////////////

String ls_WinPath

ls_WinPath = Space (128)
GetWindowsDirectory (ls_WinPath, 128)

Return ls_WinPath

0 comments:

Post a Comment