欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片



GetAbsolutePathName 方法

從提供的指定路徑中返回完整且含義明確的路徑。

object.GetAbsolutePathName(pathspec)

參數(shù)

object

必選項。應(yīng)為 FileSystemObject 的名稱。

pathspec

必選項。指定的路徑,該路徑要轉(zhuǎn)換為完整且含義明確的路徑。

說明

如果路徑提供從指定驅(qū)動器根目錄開始的完整引用,則該路徑是完整且含義明確的。如果路徑指定某映射驅(qū)動器的根目錄文件夾,則該路徑僅能以路徑分隔符 (\) 結(jié)束。

假定當(dāng)前目錄為 c:\mydocuments\reports,下表舉例說明 GetAbsolutePathName 方法執(zhí)行的操作。
pathspec返回路徑
"c:""c:\mydocuments\reports"
"c:..""c:\mydocuments"
"c:\\\""c:\"
"c:*.*\may97""c:\mydocuments\reports\*.*\may97"
"region1""c:\mydocuments\reports\region1"
"c:\..\..\mydocuments""c:\mydocuments"

請參閱

GetBaseName 方法 | GetDrive 方法 | GetDriveName 方法 | GetExtensionName 方法 | GetFile 方法 | GetFileName 方法 | GetFolder 方法 | GetParentFolderName 方法 | GetSpecialFolder 方法 | GetTempName 方法

應(yīng)用于:FileSystemObject 對象

返回首頁