简体   繁体   English

如何在不同目录的PHP中附加文件

[英]How to append files in different directories PHP

I have a file on my desktop I want to append. 我的桌面上有一个文件要添加。 How would I go about doing this? 我将如何去做呢?

Typing ../../../../../../../ doesn't work, so how would I do this? 键入../../../../../../../不起作用,那么我该怎么做?

Use the absolute path to those directories, such as: 使用这些目录的绝对路径,例如:

C:\Users\Mike\Documents\code

or 要么

/home/mike/Desktop/code/dir1

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM