FTP_PrintDir

4D - Documentation   Fran溝is   English   German   日本語   4D Internet Commandsテーマリスト   4D Internet Commandsインデックス   Back   Previous   Next

version 6.7


FTP_PrintDir (ftp_ID; directory) --> 整数

引数Type説明
ftp_ID倍長整数-->FTPログイン参照
directoryテキストUnixディレクトリパス名
戻り値整数エラーコード

説明

FTP_PrintDir コマンドはdirectory 引数にカレントワーキングディレクトリ (CWD) を返します。

FTP_GetDirListコマンドもカレントワーキングディレクトリを返します。しかしFTP_PrintDir コマンドの実行は速く、引数も少ないです。

ftp_ID は、FTP_Loginにより確立されたFTPセッション参照です。

directory 引数にはカレントワーキングディレクトリが返されます。

例題

この例題では、$Cwd変数にカレントワーキングディレクトリが返されます。

   $err:=FTP_PrintDir(ftp_ID;$Cwd) 

参照

FTP_GetDirList.


4D - Documentation   Fran溝is   English   German   日本語   4D Internet Commandsテーマリスト   4D Internet Commandsインデックス   Back   Previous   Next